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: #7bb7e5;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f7d859;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #b63a3a;
}

/* CSS Variables */
:root {
--color-1: #7bb7e5;
--color-2: #ff6e61;
--color-3: #f7d859;
--color-4: #f5a300;
--color-5: #b63a3a;
}

Bright Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7bb7e5, #ff6e61, #f7d859, #f5a300, #b63a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7bb7e5, #ff6e61, #f7d859, #f5a300, #b63a3a);
}

Bright Blue color palette created on .