Whispers of Gray Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Gray palette

Share this palette to:

Whispers of Gray color palette CSS

/* CSS */
.color-1 {
color: #f5f5f4;
}
.color-2 {
color: #dcdcdb;
}
.color-3 {
color: #c0c0bf;
}
.color-4 {
color: #9d9b9b;
}
.color-5 {
color: #7f7d7a;
}

/* CSS Variables */
:root {
--color-1: #f5f5f4;
--color-2: #dcdcdb;
--color-3: #c0c0bf;
--color-4: #9d9b9b;
--color-5: #7f7d7a;
}

Whispers of Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f4, #dcdcdb, #c0c0bf, #9d9b9b, #7f7d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f4, #dcdcdb, #c0c0bf, #9d9b9b, #7f7d7a);
}

Whispers of Gray color palette created on .