Color names in this palette
CSS code for this palette
/* CSS */
.greenway {
color: #3b9b80;
}
.hygiene-green {
color: #5bc2b6;
}
.bubble-algae {
color: #8de7c2;
}
.pale-adobe {
color: #f6e9bb;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--greenway:#3b9b80;
--hygiene-green:#5bc2b6;
--bubble-algae:#8de7c2;
--pale-adobe:#f6e9bb;
--american-yellow:#f5b400;
}