Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-chicken {
color: #ffb65c;
}
.honey-carrot-cake {
color: #ff9a57;
}
.lusty-gallant {
color: #ff7c4d;
}
.halloween {
color: #ff613d;
}
.strawberry-spinach-red {
color: #ff3e29;
}
/* CSS Variables */
:root {
--peanut-butter-chicken:#ffb65c;
--honey-carrot-cake:#ff9a57;
--lusty-gallant:#ff7c4d;
--halloween:#ff613d;
--strawberry-spinach-red:#ff3e29;
}