Bright Blue Neon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Blue Neon palette

Share this palette to:

Download Bright Blue Neon Color Palette (PNG)

Download bright blue neon color palette PNG image (landscape)
Download bright blue neon color palette PNG image (square)

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);
}

Bright Blue Neon color palette created on .