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: #1f395c;
}
.color-2 {
color: #2c4a72;
}
.color-3 {
color: #5c8b9d;
}
.color-4 {
color: #a1c4d4;
}
.color-5 {
color: #f1d8b6;
}
/* CSS Variables */
:root {
--color-1: #1f395c;
--color-2: #2c4a72;
--color-3: #5c8b9d;
--color-4: #a1c4d4;
--color-5: #f1d8b6;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f395c, #2c4a72, #5c8b9d, #a1c4d4, #f1d8b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f395c, #2c4a72, #5c8b9d, #a1c4d4, #f1d8b6);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Shades of Blue color palette created on .