Whispers of Gray Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Gray palette
Whispers of Gray color palette CSS
/* CSS */
.color-1 {
color: #b1b4b9;
}
.color-2 {
color: #d6d8db;
}
.color-3 {
color: #f2f4f7;
}
.color-4 {
color: #e9eaed;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #b1b4b9;
--color-2: #d6d8db;
--color-3: #f2f4f7;
--color-4: #e9eaed;
--color-5: #ffffff;
}
Whispers of Gray background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b4b9, #d6d8db, #f2f4f7, #e9eaed, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b4b9, #d6d8db, #f2f4f7, #e9eaed, #ffffff);
}
Similar color palettes
Scroll down to explore 100+ Neutral color palettes
Whispers of Gray color palette created on .