Color names in this palette
CSS code for this palette
/* CSS */
.irish {
color: #3c8b58;
}
.heart-chakra {
color: #5abf7a;
}
.nature-s-delight {
color: #a5d88d;
}
.majestic-treasures {
color: #f2e7a6;
}
.mango-margarita {
color: #f5ba4d;
}
/* CSS Variables */
:root {
--irish:#3c8b58;
--heart-chakra:#5abf7a;
--nature-s-delight:#a5d88d;
--majestic-treasures:#f2e7a6;
--mango-margarita:#f5ba4d;
}