Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c749;
}
.chat-orange {
color: #f99f3e;
}
.opulent-orange {
color: #f06c3d;
}
.mandarin-red {
color: #e54f3e;
}
.etruscan-red {
color: #c62f39;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c749;
--chat-orange:#f99f3e;
--opulent-orange:#f06c3d;
--mandarin-red:#e54f3e;
--etruscan-red:#c62f39;
}