CSS code for this palette
/* CSS */
.chi-gong {
color: #d22d2d;
}
.hot-shot {
color: #f24d2c;
}
.solar-power {
color: #f3b035;
}
.vanilla {
color: #f3e4aa;
}
.lush-paradise {
color: #2f7f33;
}
/* CSS Variables */
:root {
--chi-gong:#d22d2d;
--hot-shot:#f24d2c;
--solar-power:#f3b035;
--vanilla:#f3e4aa;
--lush-paradise:#2f7f33;
}