Color names in this palette
CSS code for this palette
/* CSS */
.hot-coral {
color: #f45c48;
}
.chi-gong {
color: #d82c2c;
}
.harissa-red {
color: #a52c2c;
}
.olive-yellow {
color: #bfb00d;
}
.bright-sun {
color: #e9b92b;
}
/* CSS Variables */
:root {
--hot-coral:#f45c48;
--chi-gong:#d82c2c;
--harissa-red:#a52c2c;
--olive-yellow:#bfb00d;
--bright-sun:#e9b92b;
}