Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #cf2a2a;
}
.dusk-orange {
color: #ff4c38;
}
.lusty-gallant {
color: #ff7c4d;
}
.chunky-bee {
color: #ffc94d;
}
.sun-drenched {
color: #ffe8a3;
}
/* CSS Variables */
:root {
--chi-gong:#cf2a2a;
--dusk-orange:#ff4c38;
--lusty-gallant:#ff7c4d;
--chunky-bee:#ffc94d;
--sun-drenched:#ffe8a3;
}