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: #2c3c6d;
}
.color-2 {
color: #4a5b7d;
}
.color-3 {
color: #6c809d;
}
.color-4 {
color: #a7b2c3;
}
.color-5 {
color: #d2cec6;
}
/* CSS Variables */
:root {
--color-1: #2c3c6d;
--color-2: #4a5b7d;
--color-3: #6c809d;
--color-4: #a7b2c3;
--color-5: #d2cec6;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c3c6d, #4a5b7d, #6c809d, #a7b2c3, #d2cec6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c3c6d, #4a5b7d, #6c809d, #a7b2c3, #d2cec6);
}
Similar color palettes
Shades of Blue color palette created on .