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: #e5e2cc;
}
.color-2 {
color: #9fada7;
}
.color-3 {
color: #b79e66;
}
.color-4 {
color: #6c7f7d;
}
.color-5 {
color: #84683e;
}

/* CSS Variables */
:root {
--color-1: #e5e2cc;
--color-2: #9fada7;
--color-3: #b79e66;
--color-4: #6c7f7d;
--color-5: #84683e;
}

CSS con gradiente di sfondo Whispers of Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e2cc, #9fada7, #b79e66, #6c7f7d, #84683e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e2cc, #9fada7, #b79e66, #6c7f7d, #84683e);
}

Whispers of Earth color palette created on .