Color names in this palette
CSS code for this palette
/* CSS */
.luminescent-green {
color: #7b9b1c;
}
.pesto-genovese {
color: #9ebf4a;
}
.mindaro {
color: #d1e56c;
}
.marigold-dust {
color: #f4cf3e;
}
.coral-orange {
color: #e86c4a;
}
/* CSS Variables */
:root {
--luminescent-green:#7b9b1c;
--pesto-genovese:#9ebf4a;
--mindaro:#d1e56c;
--marigold-dust:#f4cf3e;
--coral-orange:#e86c4a;
}