Bright Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Blue palette

Share this palette to:

Bright Blue color palette PNG image

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

Bright Blue color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #81cefe;
}
.color-4 {
color: #0989f1;
}
.color-5 {
color: #0434af;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #00bfff;
--color-3: #81cefe;
--color-4: #0989f1;
--color-5: #0434af;
}

Bright Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #00bfff, #81cefe, #0989f1, #0434af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #00bfff, #81cefe, #0989f1, #0434af);
}

Bright Blue color palette created on .