Color names in this palette
CSS code for this palette
/* CSS */
.arts-crafts-gold {
color: #f9c48b;
}
.bergamot-orange {
color: #f7a059;
}
.goku-orange {
color: #f67d3c;
}
.prometheus-orange {
color: #f35520;
}
.chili-crab {
color: #e73e18;
}
/* CSS Variables */
:root {
--arts-crafts-gold:#f9c48b;
--bergamot-orange:#f7a059;
--goku-orange:#f67d3c;
--prometheus-orange:#f35520;
--chili-crab:#e73e18;
}