Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.basil-smash {
color: #b5e1a3;
}
.chiffon {
color: #f3f4b8;
}
.tostada {
color: #e3c39c;
}
.orange-pospsicle {
color: #f2a20d;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--basil-smash:#b5e1a3;
--chiffon:#f3f4b8;
--tostada:#e3c39c;
--orange-pospsicle:#f2a20d;
}