Color names in this palette
CSS code for this palette
/* CSS */
.aurora-green {
color: #6fdc8b;
}
.heart-chakra {
color: #5abf7a;
}
.fresh-oregano {
color: #4da86b;
}
.irish {
color: #3e8e5d;
}
.chopped-chive {
color: #2f6f4d;
}
/* CSS Variables */
:root {
--aurora-green:#6fdc8b;
--heart-chakra:#5abf7a;
--fresh-oregano:#4da86b;
--irish:#3e8e5d;
--chopped-chive:#2f6f4d;
}