Color names in this palette
CSS code for this palette
/* CSS */
.chicon {
color: #dcedb5;
}
.basil-smash {
color: #b8e3a1;
}
.mover-shaker {
color: #9fd19f;
}
.bath-turquoise {
color: #68bbaa;
}
.dioptase-green {
color: #3d9e8c;
}
/* CSS Variables */
:root {
--chicon:#dcedb5;
--basil-smash:#b8e3a1;
--mover-shaker:#9fd19f;
--bath-turquoise:#68bbaa;
--dioptase-green:#3d9e8c;
}