Color names in this palette
CSS code for this palette
/* CSS */
.hygiene-green {
color: #5ab5b2;
}
.green-belt {
color: #2d7c70;
}
.crisp-lettuce {
color: #4f9c87;
}
.refresh {
color: #a4d6c7;
}
.frosty-mint {
color: #def7ef;
}
/* CSS Variables */
:root {
--hygiene-green:#5ab5b2;
--green-belt:#2d7c70;
--crisp-lettuce:#4f9c87;
--refresh:#a4d6c7;
--frosty-mint:#def7ef;
}