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: #d4c4d4;
}
.color-2 {
color: #c19fc1;
}
.color-3 {
color: #a880a8;
}
.color-4 {
color: #814b81;
}
.color-5 {
color: #4a2b4a;
}
/* CSS Variables */
:root {
--color-1: #d4c4d4;
--color-2: #c19fc1;
--color-3: #a880a8;
--color-4: #814b81;
--color-5: #4a2b4a;
}
Shades of Grey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c4d4, #c19fc1, #a880a8, #814b81, #4a2b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c4d4, #c19fc1, #a880a8, #814b81, #4a2b4a);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Shades of Grey color palette created on .