Color names in this palette
CSS code for this palette
/* CSS */
.paw-paw {
color: #f9d59f;
}
.amber-yellow {
color: #f5b55b;
}
.blazing-autumn {
color: #f5ad61;
}
.mandarin-rind {
color: #f1903b;
}
.orange-gluttony {
color: #eb7d24;
}
/* CSS Variables */
:root {
--paw-paw:#f9d59f;
--amber-yellow:#f5b55b;
--blazing-autumn:#f5ad61;
--mandarin-rind:#f1903b;
--orange-gluttony:#eb7d24;
}