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