Color names in this palette
CSS code for this palette
/* CSS */
.lemon-meringue {
color: #f6e298;
}
.overjoy {
color: #f0c15c;
}
.wiener-schnitzel {
color: #f09c00;
}
.harvest-eve-gold {
color: #d68f00;
}
.tijolo {
color: #a85d00;
}
/* CSS Variables */
:root {
--lemon-meringue:#f6e298;
--overjoy:#f0c15c;
--wiener-schnitzel:#f09c00;
--harvest-eve-gold:#d68f00;
--tijolo:#a85d00;
}