Color names in this palette
CSS code for this palette
/* CSS */
.goji-berry {
color: #c6102e;
}
.bacon-strips {
color: #e13e33;
}
.royal-blush {
color: #f06d56;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.wake-me-up {
color: #f5d45b;
}
/* CSS Variables */
:root {
--goji-berry:#c6102e;
--bacon-strips:#e13e33;
--royal-blush:#f06d56;
--apricot-glazed-chicken:#f5a524;
--wake-me-up:#f5d45b;
}