Whispering Ashes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Ashes palette

Share this palette to:

Whispering Ashes color palette CSS

/* CSS */
.color-1 {
color: #b0b5b3;
}
.color-2 {
color: #a0a6a1;
}
.color-3 {
color: #7d7f7a;
}
.color-4 {
color: #dad6d2;
}
.color-5 {
color: #e7e3df;
}

/* CSS Variables */
:root {
--color-1: #b0b5b3;
--color-2: #a0a6a1;
--color-3: #7d7f7a;
--color-4: #dad6d2;
--color-5: #e7e3df;
}

Whispering Ashes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0b5b3, #a0a6a1, #7d7f7a, #dad6d2, #e7e3df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0b5b3, #a0a6a1, #7d7f7a, #dad6d2, #e7e3df);
}

Whispering Ashes color palette created on .