Whispers of Ash Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Ash palette
Whispers of Ash color palette CSS
/* CSS */
.color-1 {
color: #5b5c57;
}
.color-2 {
color: #a9a99e;
}
.color-3 {
color: #d0d0c3;
}
.color-4 {
color: #e7e5d9;
}
.color-5 {
color: #f3f2e7;
}
/* CSS Variables */
:root {
--color-1: #5b5c57;
--color-2: #a9a99e;
--color-3: #d0d0c3;
--color-4: #e7e5d9;
--color-5: #f3f2e7;
}
Whispers of Ash background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b5c57, #a9a99e, #d0d0c3, #e7e5d9, #f3f2e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b5c57, #a9a99e, #d0d0c3, #e7e5d9, #f3f2e7);
}
Similar color palettes
Scroll down to explore 200+ Gray color palettes
Whispers of Ash color palette created on .