Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d62f29;
}
.benihi-red {
color: #f05038;
}
.raichu-orange {
color: #f3a939;
}
.radiant-sun {
color: #f3cf4f;
}
.buttery-croissant {
color: #f3e09b;
}
/* CSS Variables */
:root {
--chi-gong:#d62f29;
--benihi-red:#f05038;
--raichu-orange:#f3a939;
--radiant-sun:#f3cf4f;
--buttery-croissant:#f3e09b;
}