Peacock Feather Color Palette
Vibrant Color Palette
About This Palette
Iridescent peacock colors with rich blues and greens.
CSS Variables
:root {
--color-1: #006400;
--color-2: #00CED1;
--color-3: #4169E1;
--color-4: #FFD700;
--color-5: #4B0082;
}Tailwind Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'peacock-feather': {
'1': '#006400',
'2': '#00CED1',
'3': '#4169E1',
'4': '#FFD700',
'5': '#4B0082',
},
},
},
},
};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.
Citrus Burst
Zesty citrus colors bursting with fresh energy.