Color names in this palette
CSS code for this palette
/* CSS */
.bacon-strips {
color: #e13e33;
}
.hot-coral {
color: #f25c54;
}
.chat-orange {
color: #f79c40;
}
.forsythia-blossom {
color: #f9d66c;
}
.young-green-onion {
color: #a2da4e;
}
/* CSS Variables */
:root {
--bacon-strips:#e13e33;
--hot-coral:#f25c54;
--chat-orange:#f79c40;
--forsythia-blossom:#f9d66c;
--young-green-onion:#a2da4e;
}