Color names in this palette
CSS code for this palette
/* CSS */
.lemon-ice-yellow {
color: #f5e2a8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.wiener-schnitzel {
color: #f09c00;
}
.kaihau-express {
color: #d14900;
}
.garden-gnome-red {
color: #991c00;
}
/* CSS Variables */
:root {
--lemon-ice-yellow:#f5e2a8;
--solar-plexus-chakra:#f1c84b;
--wiener-schnitzel:#f09c00;
--kaihau-express:#d14900;
--garden-gnome-red:#991c00;
}