Color names in this palette
CSS code for this palette
/* CSS */
.maizena {
color: #f6ec60;
}
.mocha-dandelion {
color: #f2d66e;
}
.honey-glow {
color: #e7b84b;
}
.cat-s-eye-marble {
color: #d9a459;
}
.lepton-gold {
color: #d19d00;
}
/* CSS Variables */
:root {
--maizena:#f6ec60;
--mocha-dandelion:#f2d66e;
--honey-glow:#e7b84b;
--cat-s-eye-marble:#d9a459;
--lepton-gold:#d19d00;
}