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