Color names in this palette
CSS code for this palette
/* CSS */
.brown-coffee {
color: #4b2c2a;
}
.cobrizo {
color: #b36d5b;
}
.troll-slayer-orange {
color: #f7a64a;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.red-terra {
color: #a84b2e;
}
/* CSS Variables */
:root {
--brown-coffee:#4b2c2a;
--cobrizo:#b36d5b;
--troll-slayer-orange:#f7a64a;
--creamy-sweet-corn:#f9c54e;
--red-terra:#a84b2e;
}