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