Color names in this palette
CSS code for this palette
/* CSS */
.dark-mountain-meadow {
color: #19b385;
}
.mint-jelly {
color: #3dd6a1;
}
.overtone {
color: #a4e5b3;
}
.yellow-chalk {
color: #f5fbb1;
}
.fat-gold {
color: #e6b800;
}
/* CSS Variables */
:root {
--dark-mountain-meadow:#19b385;
--mint-jelly:#3dd6a1;
--overtone:#a4e5b3;
--yellow-chalk:#f5fbb1;
--fat-gold:#e6b800;
}