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: #b9b9b1;
}
.color-2 {
color: #e1e1d6;
}
.color-3 {
color: #f4f4e1;
}
.color-4 {
color: #f7f7f2;
}
.color-5 {
color: #fffdf5;
}

/* CSS Variables */
:root {
--color-1: #b9b9b1;
--color-2: #e1e1d6;
--color-3: #f4f4e1;
--color-4: #f7f7f2;
--color-5: #fffdf5;
}

CSS con gradiente di sfondo Whispers of Ash

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9b9b1, #e1e1d6, #f4f4e1, #f7f7f2, #fffdf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9b9b1, #e1e1d6, #f4f4e1, #f7f7f2, #fffdf5);
}

Whispers of Ash color palette created on .