Color names in this palette
CSS code for this palette
/* CSS */
.mint-cold-green {
color: #6ebf9f;
}
.waterfall {
color: #39b1a7;
}
.scooter {
color: #2d8c9f;
}
.seafarer {
color: #1e4d6c;
}
.violet-purple {
color: #3f2b55;
}
/* CSS Variables */
:root {
--mint-cold-green:#6ebf9f;
--waterfall:#39b1a7;
--scooter:#2d8c9f;
--seafarer:#1e4d6c;
--violet-purple:#3f2b55;
}