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: #009de0;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #4cd6e6;
}
.color-4 {
color: #a4e5e0;
}
.color-5 {
color: #f1f9f5;
}

/* CSS Variables */
:root {
--color-1: #009de0;
--color-2: #00b0e0;
--color-3: #4cd6e6;
--color-4: #a4e5e0;
--color-5: #f1f9f5;
}

Bright Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009de0, #00b0e0, #4cd6e6, #a4e5e0, #f1f9f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009de0, #00b0e0, #4cd6e6, #a4e5e0, #f1f9f5);
}

Bright Blue color palette created on .