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: #4e4b8b;
}
.color-2 {
color: #7b7b9d;
}
.color-3 {
color: #a3a1af;
}
.color-4 {
color: #d2d0c6;
}
.color-5 {
color: #f3f1e8;
}

/* CSS Variables */
:root {
--color-1: #4e4b8b;
--color-2: #7b7b9d;
--color-3: #a3a1af;
--color-4: #d2d0c6;
--color-5: #f3f1e8;
}

Whispers of Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e4b8b, #7b7b9d, #a3a1af, #d2d0c6, #f3f1e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e4b8b, #7b7b9d, #a3a1af, #d2d0c6, #f3f1e8);
}

Whispers of Gray color palette created on .