Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.chat-orange {
color: #f79c40;
}
.mandarin-orange {
color: #f26e36;
}
.heather-berry {
color: #e9537b;
}
.je-t-aime {
color: #b36b97;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--chat-orange:#f79c40;
--mandarin-orange:#f26e36;
--heather-berry:#e9537b;
--je-t-aime:#b36b97;
}