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: #9fd6e5;
}
.color-2 {
color: #f5b7b2;
}
.color-3 {
color: #f9e74e;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff8052;
}
/* CSS Variables */
:root {
--color-1: #9fd6e5;
--color-2: #f5b7b2;
--color-3: #f9e74e;
--color-4: #ff6e61;
--color-5: #ff8052;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fd6e5, #f5b7b2, #f9e74e, #ff6e61, #ff8052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fd6e5, #f5b7b2, #f9e74e, #ff6e61, #ff8052);
}
Similar color palettes
Bright Blue color palette created on .