Whispers of Grey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Grey palette
Download Whispers of Grey Color Palette (PNG)
Whispers of Grey color palette CSS
/* CSS */
.color-1 {
color: #d9d9d9;
}
.color-2 {
color: #b3b3b3;
}
.color-3 {
color: #a6a6a6;
}
.color-4 {
color: #8c8c8c;
}
.color-5 {
color: #808080;
}
/* CSS Variables */
:root {
--color-1: #d9d9d9;
--color-2: #b3b3b3;
--color-3: #a6a6a6;
--color-4: #8c8c8c;
--color-5: #808080;
}
Whispers of Grey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d9d9, #b3b3b3, #a6a6a6, #8c8c8c, #808080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d9d9, #b3b3b3, #a6a6a6, #8c8c8c, #808080);
}
Similar color palettes
Whispers of Grey color palette created on .