Color names in this palette
CSS code for this palette
/* CSS */
.lush-grass {
color: #4a8c4a;
}
.french-market {
color: #a1c9a3;
}
.frosted-mint {
color: #e4f1e4;
}
.marigold-dust {
color: #f4cf3e;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--lush-grass:#4a8c4a;
--french-market:#a1c9a3;
--frosted-mint:#e4f1e4;
--marigold-dust:#f4cf3e;
--dodgeroll-gold:#f39c12;
}