Color names in this palette
CSS code for this palette
/* CSS */
.green-grapple {
color: #3eb6ae;
}
.zirconia-teal {
color: #2d7c7c;
}
.delta-green {
color: #2b4a4a;
}
.cool-crayon {
color: #b1e7e0;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--green-grapple:#3eb6ae;
--zirconia-teal:#2d7c7c;
--delta-green:#2b4a4a;
--cool-crayon:#b1e7e0;
--bleached-silk:#f2f2f2;
}