Color names in this palette
CSS code for this palette
/* CSS */
.taurus-forest-fern {
color: #6fbf4f;
}
.tropical-light {
color: #a2d66b;
}
.lazy-daisy {
color: #f6e8a2;
}
.first-date {
color: #f7aea1;
}
.red-mana {
color: #f54d55;
}
/* CSS Variables */
:root {
--taurus-forest-fern:#6fbf4f;
--tropical-light:#a2d66b;
--lazy-daisy:#f6e8a2;
--first-date:#f7aea1;
--red-mana:#f54d55;
}