Color names in this palette
CSS code for this palette
/* CSS */
.artesian-well {
color: #5fb4ad;
}
.sacred-turquoise {
color: #4eb1a1;
}
.walk-in-the-woods {
color: #3dae93;
}
.gumdrop-green {
color: #2da982;
}
.c-o-l-grass {
color: #1daf6d;
}
/* CSS Variables */
:root {
--artesian-well:#5fb4ad;
--sacred-turquoise:#4eb1a1;
--walk-in-the-woods:#3dae93;
--gumdrop-green:#2da982;
--c-o-l-grass:#1daf6d;
}