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