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