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