Neon Night Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Neon Night palette
Neon Night color palette PNG image
Neon Night color palette CSS
/* CSS */
.color-1 {
color: #1f1f51;
}
.color-2 {
color: #393979;
}
.color-3 {
color: #5b5b9f;
}
.color-4 {
color: #7e7ebe;
}
.color-5 {
color: #a3a3ff;
}
/* CSS Variables */
:root {
--color-1: #1f1f51;
--color-2: #393979;
--color-3: #5b5b9f;
--color-4: #7e7ebe;
--color-5: #a3a3ff;
}
Neon Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f51, #393979, #5b5b9f, #7e7ebe, #a3a3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f51, #393979, #5b5b9f, #7e7ebe, #a3a3ff);
}
Similar color palettes
Neon Night color palette created on .