Shades of Blue Grey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue Grey palette
Shades of Blue Grey color palette CSS
/* CSS */
.color-1 {
color: #a8b1b3;
}
.color-2 {
color: #5b8eb9;
}
.color-3 {
color: #3c6c90;
}
.color-4 {
color: #1d4d72;
}
.color-5 {
color: #0f3b57;
}
/* CSS Variables */
:root {
--color-1: #a8b1b3;
--color-2: #5b8eb9;
--color-3: #3c6c90;
--color-4: #1d4d72;
--color-5: #0f3b57;
}
Shades of Blue Grey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b1b3, #5b8eb9, #3c6c90, #1d4d72, #0f3b57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b1b3, #5b8eb9, #3c6c90, #1d4d72, #0f3b57);
}
Similar color palettes
Shades of Blue Grey color palette created on .