Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f7c04b;
}
.chat-orange {
color: #f99f3e;
}
.sango-red {
color: #f76a4b;
}
.mandarin-red {
color: #e64e3d;
}
.chi-gong {
color: #d7302d;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f7c04b;
--chat-orange:#f99f3e;
--sango-red:#f76a4b;
--mandarin-red:#e64e3d;
--chi-gong:#d7302d;
}