Citrus Burst Color Palette
Vibrant Color Palette
About This Palette
Zesty citrus colors bursting with fresh energy.
CSS Variables
:root {
--color-1: #FFFF00;
--color-2: #FFD300;
--color-3: #FFF44F;
--color-4: #E67E22;
--color-5: #32CD32;
}Tailwind Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'citrus-burst': {
'1': '#FFFF00',
'2': '#FFD300',
'3': '#FFF44F',
'4': '#E67E22',
'5': '#32CD32',
},
},
},
},
};More Vibrant Palettes
Berry Bliss
Rich berry tones that blend purple and pink beautifully.
Neon Lights
Bold neon colors that pop with electric energy.
Candy Shop
Sweet candy-inspired colors for playful designs.
Fire Engine
Bold red palette inspired by fire trucks and emergency energy.
Peacock Feather
Iridescent peacock colors with rich blues and greens.