Color names in this palette
CSS code for this palette
/* CSS */
.stil-de-grain-yellow {
color: #f9df5d;
}
.golden-glam {
color: #f4b943;
}
.acorn-squash {
color: #f1a63b;
}
.goku-orange {
color: #f07e3d;
}
.hot-shot {
color: #ef4e2a;
}
/* CSS Variables */
:root {
--stil-de-grain-yellow:#f9df5d;
--golden-glam:#f4b943;
--acorn-squash:#f1a63b;
--goku-orange:#f07e3d;
--hot-shot:#ef4e2a;
}