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: #f1d6cb;
}
.color-2 {
color: #ccb285;
}
.color-3 {
color: #a07b6a;
}
.color-4 {
color: #655553;
}
.color-5 {
color: #3c2f3b;
}

/* CSS Variables */
:root {
--color-1: #f1d6cb;
--color-2: #ccb285;
--color-3: #a07b6a;
--color-4: #655553;
--color-5: #3c2f3b;
}

CSS con gradiente di sfondo Whispers of Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d6cb, #ccb285, #a07b6a, #655553, #3c2f3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d6cb, #ccb285, #a07b6a, #655553, #3c2f3b);
}

Whispers of Earth color palette created on .