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: #f3c239;
}
.color-2 {
color: #f78d1d;
}
.color-3 {
color: #c74b1a;
}
.color-4 {
color: #a52c2c;
}
.color-5 {
color: #611f31;
}

/* CSS Variables */
:root {
--color-1: #f3c239;
--color-2: #f78d1d;
--color-3: #c74b1a;
--color-4: #a52c2c;
--color-5: #611f31;
}

CSS con gradiente di sfondo Warm Earthy Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c239, #f78d1d, #c74b1a, #a52c2c, #611f31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c239, #f78d1d, #c74b1a, #a52c2c, #611f31);
}

Warm Earthy Tones color palette created on .