Shades of Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue color palette CSS
/* CSS */
.color-1 {
color: #59b4e8;
}
.color-2 {
color: #4e8bc1;
}
.color-3 {
color: #3a6e9c;
}
.color-4 {
color: #2a4b79;
}
.color-5 {
color: #1e3a57;
}
/* CSS Variables */
:root {
--color-1: #59b4e8;
--color-2: #4e8bc1;
--color-3: #3a6e9c;
--color-4: #2a4b79;
--color-5: #1e3a57;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #59b4e8, #4e8bc1, #3a6e9c, #2a4b79, #1e3a57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #59b4e8, #4e8bc1, #3a6e9c, #2a4b79, #1e3a57);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Shades of Blue color palette created on .