Color names in this palette
CSS code for this palette
/* CSS */
.biscuit-cream {
color: #f8c9b4;
}
.pumpkin-hue {
color: #f6a579;
}
.goku-orange {
color: #f07e38;
}
.santiago-orange {
color: #e85d26;
}
.punch {
color: #d94430;
}
/* CSS Variables */
:root {
--biscuit-cream:#f8c9b4;
--pumpkin-hue:#f6a579;
--goku-orange:#f07e38;
--santiago-orange:#e85d26;
--punch:#d94430;
}