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: #1e8beb;
}
.color-2 {
color: #5cc0eb;
}
.color-3 {
color: #8ed3f1;
}
.color-4 {
color: #f1e3b1;
}
.color-5 {
color: #f58f29;
}

/* CSS Variables */
:root {
--color-1: #1e8beb;
--color-2: #5cc0eb;
--color-3: #8ed3f1;
--color-4: #f1e3b1;
--color-5: #f58f29;
}

Bright Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8beb, #5cc0eb, #8ed3f1, #f1e3b1, #f58f29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8beb, #5cc0eb, #8ed3f1, #f1e3b1, #f58f29);
}

Bright Blue color palette created on .