Whispering Earthtones Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispering Earthtones palette

Condividi questa palette a:

tavolozza dei colori Whispering Earthtones CSS

/* CSS */
.color-1 {
color: #c1b28a;
}
.color-2 {
color: #b7a99a;
}
.color-3 {
color: #a79e90;
}
.color-4 {
color: #908c7f;
}
.color-5 {
color: #7c7b6e;
}

/* CSS Variables */
:root {
--color-1: #c1b28a;
--color-2: #b7a99a;
--color-3: #a79e90;
--color-4: #908c7f;
--color-5: #7c7b6e;
}

CSS con gradiente di sfondo Whispering Earthtones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1b28a, #b7a99a, #a79e90, #908c7f, #7c7b6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1b28a, #b7a99a, #a79e90, #908c7f, #7c7b6e);
}

Whispering Earthtones color palette created on .