Whispers of the Earth Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of the Earth palette

Condividi questa palette a:

tavolozza dei colori Whispers of the Earth CSS

/* CSS */
.color-1 {
color: #97aa9d;
}
.color-2 {
color: #867969;
}
.color-3 {
color: #7e4b3a;
}
.color-4 {
color: #484a4b;
}
.color-5 {
color: #553b30;
}

/* CSS Variables */
:root {
--color-1: #97aa9d;
--color-2: #867969;
--color-3: #7e4b3a;
--color-4: #484a4b;
--color-5: #553b30;
}

CSS con gradiente di sfondo Whispers of the Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #97aa9d, #867969, #7e4b3a, #484a4b, #553b30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #97aa9d, #867969, #7e4b3a, #484a4b, #553b30);
}

Whispers of the Earth color palette created on .