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