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