Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e45d;
}
.beach-party {
color: #f9cf5d;
}
.flare {
color: #f9b153;
}
.bittersweet {
color: #f9a04e;
}
.troll-slayer-orange {
color: #f8a34f;
}
/* CSS Variables */
:root {
--goldfinch:#f9e45d;
--beach-party:#f9cf5d;
--flare:#f9b153;
--bittersweet:#f9a04e;
--troll-slayer-orange:#f8a34f;
}