Color names in this palette
CSS code for this palette
/* CSS */
.leafy {
color: #699b6b;
}
.light-birch-green {
color: #99b668;
}
.wild-willow {
color: #c1c15c;
}
.mango-margarita {
color: #f4ba4e;
}
.tiger-lily {
color: #e0513e;
}
/* CSS Variables */
:root {
--leafy:#699b6b;
--light-birch-green:#99b668;
--wild-willow:#c1c15c;
--mango-margarita:#f4ba4e;
--tiger-lily:#e0513e;
}