Shades of Grey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Grey palette
Shades of Grey color palette CSS
/* CSS */
.color-1 {
color: #4a4e68;
}
.color-2 {
color: #9a8d98;
}
.color-3 {
color: #f2e8e3;
}
.color-4 {
color: #ffadcb;
}
.color-5 {
color: #c0598b;
}
/* CSS Variables */
:root {
--color-1: #4a4e68;
--color-2: #9a8d98;
--color-3: #f2e8e3;
--color-4: #ffadcb;
--color-5: #c0598b;
}
Shades of Grey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4e68, #9a8d98, #f2e8e3, #ffadcb, #c0598b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4e68, #9a8d98, #f2e8e3, #ffadcb, #c0598b);
}
Similar color palettes
Shades of Grey color palette created on .