Whispers of Ashen Elegance Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Ashen Elegance palette

Condividi questa palette a:

tavolozza dei colori Whispers of Ashen Elegance CSS

/* CSS */
.color-1 {
color: #f6f5f3;
}
.color-2 {
color: #eae9e6;
}
.color-3 {
color: #dddcda;
}
.color-4 {
color: #b9b3b1;
}
.color-5 {
color: #867e7f;
}

/* CSS Variables */
:root {
--color-1: #f6f5f3;
--color-2: #eae9e6;
--color-3: #dddcda;
--color-4: #b9b3b1;
--color-5: #867e7f;
}

CSS con gradiente di sfondo Whispers of Ashen Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f5f3, #eae9e6, #dddcda, #b9b3b1, #867e7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f5f3, #eae9e6, #dddcda, #b9b3b1, #867e7f);
}

Whispers of Ashen Elegance color palette created on .