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