View .md
🔥

Fire Color Palette

Click a swatch to copy the hex color

#ff6b35 hsl(16, 100%, 60%)
bg-gray-500
#ff4500 hsl(16, 100%, 50%)
bg-red-500
#ffd700 hsl(51, 100%, 50%)
bg-amber-200
#cc3300 hsl(15, 100%, 40%)
bg-red-500
#ff8c00 hsl(33, 100%, 50%)
bg-gray-500

CSS Custom Properties

:root {
 --emoji-color-1: #ff6b35;
 --emoji-color-2: #ff4500;
 --emoji-color-3: #ffd700;
 --emoji-color-4: #cc3300;
 --emoji-color-5: #ff8c00;
}