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