Whispers of Ash Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Ash palette

Condividi questa palette a:

tavolozza dei colori Whispers of Ash 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;
}

CSS con gradiente di sfondo Whispers of Ash

/* 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);
}

Whispers of Ash color palette created on .