Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.forest-fern {
color: #68bb6c;
}
.green-trance {
color: #a4d5a6;
}
.wintergreen-mint {
color: #c7e5c8;
}
.bone-chilling {
color: #dff1f1;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--forest-fern:#68bb6c;
--green-trance:#a4d5a6;
--wintergreen-mint:#c7e5c8;
--bone-chilling:#dff1f1;
}