Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.mint-cocktail-green {
color: #b5e3b5;
}
.sugar-cookie {
color: #f4e3a4;
}
.troll-slayer-orange {
color: #f7a64b;
}
.bitter-orange {
color: #d87c2c;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--mint-cocktail-green:#b5e3b5;
--sugar-cookie:#f4e3a4;
--troll-slayer-orange:#f7a64b;
--bitter-orange:#d87c2c;
}