Whispers of Earthy Elegance Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Earthy Elegance palette

Condividi questa palette a:

tavolozza dei colori Whispers of Earthy Elegance CSS

/* CSS */
.color-1 {
color: #fcf9f8;
}
.color-2 {
color: #dec5a1;
}
.color-3 {
color: #bba281;
}
.color-4 {
color: #9c8768;
}
.color-5 {
color: #806f52;
}

/* CSS Variables */
:root {
--color-1: #fcf9f8;
--color-2: #dec5a1;
--color-3: #bba281;
--color-4: #9c8768;
--color-5: #806f52;
}

CSS con gradiente di sfondo Whispers of Earthy Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf9f8, #dec5a1, #bba281, #9c8768, #806f52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf9f8, #dec5a1, #bba281, #9c8768, #806f52);
}

Whispers of Earthy Elegance color palette created on .