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: #aeb8c1;
}
.color-2 {
color: #e2e6e9;
}
.color-3 {
color: #bdc9cc;
}
.color-4 {
color: #8897a0;
}
.color-5 {
color: #4f5d64;
}
/* CSS Variables */
:root {
--color-1: #aeb8c1;
--color-2: #e2e6e9;
--color-3: #bdc9cc;
--color-4: #8897a0;
--color-5: #4f5d64;
}
Whispers of Ash background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aeb8c1, #e2e6e9, #bdc9cc, #8897a0, #4f5d64);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aeb8c1, #e2e6e9, #bdc9cc, #8897a0, #4f5d64);
}
Similar color palettes
Whispers of Ash color palette created on .