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: #1c74e9;
}
.color-2 {
color: #5ca3e6;
}
.color-3 {
color: #7bc7e0;
}
.color-4 {
color: #a8e7f0;
}
.color-5 {
color: #d1f9ff;
}
/* CSS Variables */
:root {
--color-1: #1c74e9;
--color-2: #5ca3e6;
--color-3: #7bc7e0;
--color-4: #a8e7f0;
--color-5: #d1f9ff;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c74e9, #5ca3e6, #7bc7e0, #a8e7f0, #d1f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c74e9, #5ca3e6, #7bc7e0, #a8e7f0, #d1f9ff);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Bright Blue color palette created on .