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: #efeaf6;
}
.color-2 {
color: #ddd0e1;
}
.color-3 {
color: #cab4cf;
}
.color-4 {
color: #a0a7ca;
}
.color-5 {
color: #7386ab;
}
/* CSS Variables */
:root {
--color-1: #efeaf6;
--color-2: #ddd0e1;
--color-3: #cab4cf;
--color-4: #a0a7ca;
--color-5: #7386ab;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efeaf6, #ddd0e1, #cab4cf, #a0a7ca, #7386ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efeaf6, #ddd0e1, #cab4cf, #a0a7ca, #7386ab);
}
Similar color palettes
Scroll down to explore 100+ Pastel color palettes
Shades of Blue color palette created on .