Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a2d59f;
}
.foul-green {
color: #85c7a0;
}
.hygiene-green {
color: #5fb9b2;
}
.arts-crafts-gold {
color: #f8c58b;
}
.meat {
color: #f07f7f;
}
/* CSS Variables */
:root {
--green-trance:#a2d59f;
--foul-green:#85c7a0;
--hygiene-green:#5fb9b2;
--arts-crafts-gold:#f8c58b;
--meat:#f07f7f;
}