Color names in this palette
CSS code for this palette
/* CSS */
.ground-ginger {
color: #d9c9a1;
}
.california-chamois {
color: #e6b76b;
}
.troll-slayer-orange {
color: #f7a64b;
}
.bright-orange {
color: #f87035;
}
.tomato {
color: #f43b1f;
}
/* CSS Variables */
:root {
--ground-ginger:#d9c9a1;
--california-chamois:#e6b76b;
--troll-slayer-orange:#f7a64b;
--bright-orange:#f87035;
--tomato:#f43b1f;
}