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