Color names in this palette
CSS code for this palette
/* CSS */
.illuminating-emerald {
color: #2c907c;
}
.jolt-of-jade {
color: #4bb9a3;
}
.ocean-in-a-bowl {
color: #6be1c3;
}
.icery {
color: #a4f9e1;
}
.ice {
color: #d1fff7;
}
/* CSS Variables */
:root {
--illuminating-emerald:#2c907c;
--jolt-of-jade:#4bb9a3;
--ocean-in-a-bowl:#6be1c3;
--icery:#a4f9e1;
--ice:#d1fff7;
}