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