Color names in this palette
CSS code for this palette
/* CSS */
.golden-cream {
color: #f7b769;
}
.troll-slayer-orange {
color: #f0a14c;
}
.california {
color: #e88e3b;
}
.bitter-orange {
color: #d6742e;
}
.grieving-daylily {
color: #c8591e;
}
/* CSS Variables */
:root {
--golden-cream:#f7b769;
--troll-slayer-orange:#f0a14c;
--california:#e88e3b;
--bitter-orange:#d6742e;
--grieving-daylily:#c8591e;
}