Earthy Brown with Pops of Color Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Earthy Brown with Pops of Color palette
tavolozza dei colori Earthy Brown with Pops of Color CSS
/* CSS */
.color-1 {
color: #8c5a2b;
}
.color-2 {
color: #d09e58;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #e76c50;
}
.color-5 {
color: #a54a1d;
}
/* CSS Variables */
:root {
--color-1: #8c5a2b;
--color-2: #d09e58;
--color-3: #f1c84b;
--color-4: #e76c50;
--color-5: #a54a1d;
}
CSS con gradiente di sfondo Earthy Brown with Pops of Color
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a2b, #d09e58, #f1c84b, #e76c50, #a54a1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a2b, #d09e58, #f1c84b, #e76c50, #a54a1d);
}
Tavolozze di colori simili
Earthy Brown with Pops of Color color palette created on .