Neon Nights
#2D00F7
#6A00F4
#8900F2
#A100F2
#B100E8
How to use this palette
CSS Variables
:root {
--color-1: #2D00F7;
--color-2: #6A00F4;
--color-3: #8900F2;
--color-4: #A100F2;
--color-5: #B100E8;
}
Tailwind CSS Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
palette: {
'1': '#2D00F7',
'2': '#6A00F4',
'3': '#8900F2',
'4': '#A100F2',
'5': '#B100E8'
}
}
}
}
}
Palette Information
- Name
- Neon Nights
- ID
- neon-nights
- Categories
- Neon, Night, Vibrant
- Number of Colors
- 5
Neon
Night
Vibrant