Warm Earthy Tones Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Warm Earthy Tones palette

Condividi questa palette a:

tavolozza dei colori Warm Earthy Tones CSS

/* CSS */
.color-1 {
color: #f9cdae;
}
.color-2 {
color: #efb66c;
}
.color-3 {
color: #d6993d;
}
.color-4 {
color: #a5582c;
}
.color-5 {
color: #7a2a2b;
}

/* CSS Variables */
:root {
--color-1: #f9cdae;
--color-2: #efb66c;
--color-3: #d6993d;
--color-4: #a5582c;
--color-5: #7a2a2b;
}

CSS con gradiente di sfondo Warm Earthy Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9cdae, #efb66c, #d6993d, #a5582c, #7a2a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9cdae, #efb66c, #d6993d, #a5582c, #7a2a2b);
}

Warm Earthy Tones color palette created on .