Color names in this palette
CSS code for this palette
/* CSS */
.taurus-forest-fern {
color: #6dc34b;
}
.kelp-forest {
color: #4a8c0d;
}
.navy-green {
color: #2b4d0a;
}
.maximum-purple {
color: #7a2b88;
}
.fandango {
color: #b82e8e;
}
/* CSS Variables */
:root {
--taurus-forest-fern:#6dc34b;
--kelp-forest:#4a8c0d;
--navy-green:#2b4d0a;
--maximum-purple:#7a2b88;
--fandango:#b82e8e;
}