Berry Bliss Color Palette
Vibrant Color Palette
About This Palette
Rich berry tones that blend purple and pink beautifully.
CSS Variables
:root {
--color-1: #800080;
--color-2: #9400D3;
--color-3: #DA70D6;
--color-4: #FF1493;
--color-5: #C084FC;
}Tailwind Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'berry-bliss': {
'1': '#800080',
'2': '#9400D3',
'3': '#DA70D6',
'4': '#FF1493',
'5': '#C084FC',
},
},
},
},
};More Vibrant Palettes
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.
Peacock Feather
Iridescent peacock colors with rich blues and greens.