Color names in this palette
CSS code for this palette
/* CSS */
.maizena {
color: #f6ec60;
}
.sorreno-lemon {
color: #f5cf5b;
}
.cheater {
color: #f4b05d;
}
.hot-orange {
color: #f08a3d;
}
.durotar-fire {
color: #f05e28;
}
/* CSS Variables */
:root {
--maizena:#f6ec60;
--sorreno-lemon:#f5cf5b;
--cheater:#f4b05d;
--hot-orange:#f08a3d;
--durotar-fire:#f05e28;
}