Color names in this palette
CSS code for this palette
/* CSS */
.just-peachy {
color: #f8c572;
}
.chat-orange {
color: #f79c40;
}
.sagittarius-amber-artifact {
color: #f67d41;
}
.benihi-red {
color: #f1573b;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--just-peachy:#f8c572;
--chat-orange:#f79c40;
--sagittarius-amber-artifact:#f67d41;
--benihi-red:#f1573b;
--bacon-strips:#e13e33;
}