Whispers of Earth Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Earth palette

Condividi questa palette a:

tavolozza dei colori Whispers of Earth CSS

/* CSS */
.color-1 {
color: #e6dcd1;
}
.color-2 {
color: #ccc2b7;
}
.color-3 {
color: #8f8176;
}
.color-4 {
color: #a77335;
}
.color-5 {
color: #6c6360;
}

/* CSS Variables */
:root {
--color-1: #e6dcd1;
--color-2: #ccc2b7;
--color-3: #8f8176;
--color-4: #a77335;
--color-5: #6c6360;
}

CSS con gradiente di sfondo Whispers of Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6dcd1, #ccc2b7, #8f8176, #a77335, #6c6360);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6dcd1, #ccc2b7, #8f8176, #a77335, #6c6360);
}

Whispers of Earth color palette created on .