Bright Blue Neon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Blue Neon palette
Color Inspiration
Images that showcase this color palette in real designs
Download Bright Blue Neon Color Palette (PNG)
Bright Blue Neon color palette CSS
/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #1f8fff;
}
.color-3 {
color: #4682b4;
}
.color-4 {
color: #4169e1;
}
.color-5 {
color: #0000ff;
}
/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #1f8fff;
--color-3: #4682b4;
--color-4: #4169e1;
--color-5: #0000ff;
}
Bright Blue Neon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #1f8fff, #4682b4, #4169e1, #0000ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #1f8fff, #4682b4, #4169e1, #0000ff);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Bright Blue Neon color palette created on .