Color names in this palette
CSS code for this palette
/* CSS */
.citronite {
color: #d7b33c;
}
.mocha-dandelion {
color: #f3d86d;
}
.overjoy {
color: #f0c15c;
}
.sugar-cookie {
color: #f2e3a1;
}
.high-honey {
color: #e0b94d;
}
/* CSS Variables */
:root {
--citronite:#d7b33c;
--mocha-dandelion:#f3d86d;
--overjoy:#f0c15c;
--sugar-cookie:#f2e3a1;
--high-honey:#e0b94d;
}