Color names in this palette
CSS code for this palette
/* CSS */
.orange-pi-ata {
color: #ff6a14;
}
.kanz-orange {
color: #ff8e38;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.endearment {
color: #ffd9a3;
}
.harvest-at-dusk {
color: #cc8328;
}
/* CSS Variables */
:root {
--orange-pi-ata:#ff6a14;
--kanz-orange:#ff8e38;
--peanut-butter-chicken:#ffb65c;
--endearment:#ffd9a3;
--harvest-at-dusk:#cc8328;
}