Blue Neon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Neon palette
Blue Neon color palette CSS
/* CSS */
.color-1 {
color: #4a8abf;
}
.color-2 {
color: #6ab1e7;
}
.color-3 {
color: #86c3ea;
}
.color-4 {
color: #a1e6f2;
}
.color-5 {
color: #d6f2fa;
}
/* CSS Variables */
:root {
--color-1: #4a8abf;
--color-2: #6ab1e7;
--color-3: #86c3ea;
--color-4: #a1e6f2;
--color-5: #d6f2fa;
}
Blue Neon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8abf, #6ab1e7, #86c3ea, #a1e6f2, #d6f2fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8abf, #6ab1e7, #86c3ea, #a1e6f2, #d6f2fa);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Neon color palette created on .