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