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 CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #0040f0;
}
.color-3 {
color: #382dd2;
}
.color-4 {
color: #4b15a8;
}
.color-5 {
color: #24025a;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #0040f0;
--color-3: #382dd2;
--color-4: #4b15a8;
--color-5: #24025a;
}

Bright Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #0040f0, #382dd2, #4b15a8, #24025a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #0040f0, #382dd2, #4b15a8, #24025a);
}

Similar color palettes

Bright Blue color palette created on .