Shades of Ash Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Ash palette

Share this palette to:

Shades of Ash color palette CSS

/* CSS */
.color-1 {
color: #b1b4b4;
}
.color-2 {
color: #a2a9a9;
}
.color-3 {
color: #8d9696;
}
.color-4 {
color: #6c7575;
}
.color-5 {
color: #495a5a;
}

/* CSS Variables */
:root {
--color-1: #b1b4b4;
--color-2: #a2a9a9;
--color-3: #8d9696;
--color-4: #6c7575;
--color-5: #495a5a;
}

Shades of Ash background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b4b4, #a2a9a9, #8d9696, #6c7575, #495a5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b4b4, #a2a9a9, #8d9696, #6c7575, #495a5a);
}

Shades of Ash color palette created on .