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