Neon Lights Color Palette
Vibrant Color Palette
About This Palette
Bold neon colors that pop with electric energy.
CSS Variables
:root {
--color-1: #FF0000;
--color-2: #00FF00;
--color-3: #0000FF;
--color-4: #FFFF00;
--color-5: #FF007F;
}Tailwind Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'neon-lights': {
'1': '#FF0000',
'2': '#00FF00',
'3': '#0000FF',
'4': '#FFFF00',
'5': '#FF007F',
},
},
},
},
};More Vibrant Palettes
Berry Bliss
Rich berry tones that blend purple and pink beautifully.
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.