Neon Desires Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Neon Desires palette
Color Inspiration
Images that showcase this color palette in real designs
Download Neon Desires Color Palette (PNG)
Neon Desires color palette CSS
/* CSS */
.color-1 {
color: #1f1f3d;
}
.color-2 {
color: #5a3d8a;
}
.color-3 {
color: #8d2a6b;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #00bdd6;
}
/* CSS Variables */
:root {
--color-1: #1f1f3d;
--color-2: #5a3d8a;
--color-3: #8d2a6b;
--color-4: #ff6e61;
--color-5: #00bdd6;
}
Neon Desires background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f3d, #5a3d8a, #8d2a6b, #ff6e61, #00bdd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f3d, #5a3d8a, #8d2a6b, #ff6e61, #00bdd6);
}
Similar color palettes
Neon Desires color palette created on .