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