Bright Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Blue palette
Bright Blue color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9e66;
}
.color-3 {
color: #ffd86b;
}
.color-4 {
color: #b3e2ff;
}
.color-5 {
color: #6b9fff;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9e66;
--color-3: #ffd86b;
--color-4: #b3e2ff;
--color-5: #6b9fff;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9e66, #ffd86b, #b3e2ff, #6b9fff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9e66, #ffd86b, #b3e2ff, #6b9fff);
}
Similar color palettes
Bright Blue color palette created on .