Color names in this palette
CSS code for this palette
/* CSS */
.lake-green {
color: #2e8a56;
}
.heart-chakra {
color: #5fbf7d;
}
.patrice {
color: #85d6a1;
}
.marigold-dust {
color: #f4cf3e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--lake-green:#2e8a56;
--heart-chakra:#5fbf7d;
--patrice:#85d6a1;
--marigold-dust:#f4cf3e;
--mandarin-red:#e74d3c;
}