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: #595f59;
}
.color-2 {
color: #889496;
}
.color-3 {
color: #dbb8c1;
}
.color-4 {
color: #efe1e4;
}
.color-5 {
color: #fdf8f7;
}
/* CSS Variables */
:root {
--color-1: #595f59;
--color-2: #889496;
--color-3: #dbb8c1;
--color-4: #efe1e4;
--color-5: #fdf8f7;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #595f59, #889496, #dbb8c1, #efe1e4, #fdf8f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #595f59, #889496, #dbb8c1, #efe1e4, #fdf8f7);
}
Similar color palettes
Shades of Blue color palette created on .