CSS code for this palette
/* CSS */
.artesian-well {
color: #5fb4ad;
}
.hole-in-one {
color: #4cae99;
}
.funk {
color: #39a784;
}
.bejewelled {
color: #2b9c6d;
}
.viridian {
color: #1d905c;
}
/* CSS Variables */
:root {
--artesian-well:#5fb4ad;
--hole-in-one:#4cae99;
--funk:#39a784;
--bejewelled:#2b9c6d;
--viridian:#1d905c;
}