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