Retro Tag Cloud Component
A responsive Tag Cloud Component using Tailwind CSS, with a Retro/Vintage design aesthetic, Pastel color scheme, and simple complexity. Suitable for a portfolio, including dark mode support.
HTML Code
<div class="bg-stone-50 dark:bg-stone-900 p-6 rounded-lg shadow-md">
<h2 class="text-xl font-mono text-stone-700 dark:text-stone-300 mb-4">Skills</h2>
<div class="flex flex-wrap gap-2">
<span class="px-3 py-1 bg-rose-200 dark:bg-rose-700 text-rose-800 dark:text-rose-200 text-sm font-mono rounded-full shadow-sm">HTML</span>
<span class="px-3 py-1 bg-teal-200 dark:bg-teal-700 text-teal-800 dark:text-teal-200 text-sm font-mono rounded-full shadow-sm">CSS</span>
<span class="px-3 py-1 bg-fuchsia-200 dark:bg-fuchsia-700 text-fuchsia-800 dark:text-fuchsia-200 text-sm font-mono rounded-full shadow-sm">Tailwind CSS</span>
<span class="px-3 py-1 bg-violet-200 dark:bg-violet-700 text-violet-800 dark:text-violet-200 text-sm font-mono rounded-full shadow-sm">JavaScript</span>
<span class="px-3 py-1 bg-amber-200 dark:bg-amber-700 text-amber-800 dark:text-amber-200 text-sm font-mono rounded-full shadow-sm">Python</span>
<span class="px-3 py-1 bg-cyan-200 dark:bg-cyan-700 text-cyan-800 dark:text-cyan-200 text-sm font-mono rounded-full shadow-sm">React</span>
<span class="px-3 py-1 bg-lime-200 dark:bg-lime-700 text-lime-800 dark:text-lime-200 text-sm font-mono rounded-full shadow-sm">Django</span>
</div>
</div>
Related Components
Art Deco Tag Cloud Component
A responsive tag cloud component designed with an Art Deco aesthetic, featuring geometric patterns and luxurious blue tones, suitable for social media interfaces. Includes dark mode support.
Tag Cloud Component
A monospace, code-inspired tag cloud component for gaming websites with high-contrast colors and dark mode support. Features a terminal-like aesthetic with interactive tags.
Tag Cloud Component
A responsive tag cloud component with engaging animations, using a monochromatic color scheme suitable for a portfolio.