Color names in this palette
CSS code for this palette
/* CSS */
.cool-green {
color: #3abb5e;
}
.aurora-green {
color: #6fdc8b;
}
.teal-deer {
color: #96e9b0;
}
.seafair-green {
color: #b2f5d9;
}
.crystal-glass {
color: #e0ffec;
}
/* CSS Variables */
:root {
--cool-green:#3abb5e;
--aurora-green:#6fdc8b;
--teal-deer:#96e9b0;
--seafair-green:#b2f5d9;
--crystal-glass:#e0ffec;
}