Neon Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Neon Blue palette
Neon Blue color palette CSS
/* CSS */
.color-1 {
color: #1e1e99;
}
.color-2 {
color: #3d3dc2;
}
.color-3 {
color: #7d7de3;
}
.color-4 {
color: #bfbf4f;
}
.color-5 {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--color-1: #1e1e99;
--color-2: #3d3dc2;
--color-3: #7d7de3;
--color-4: #bfbf4f;
--color-5: #ff4d4d;
}
Neon Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e99, #3d3dc2, #7d7de3, #bfbf4f, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e99, #3d3dc2, #7d7de3, #bfbf4f, #ff4d4d);
}
Similar color palettes
Neon Blue color palette created on .