Color names in this palette
CSS code for this palette
/* CSS */
.dark-mountain-meadow {
color: #19b385;
}
.mint-jelly {
color: #4cd6a4;
}
.overtone {
color: #a2e2b5;
}
.yellow-chalk {
color: #f3f9b4;
}
.applesauce {
color: #f9d89a;
}
/* CSS Variables */
:root {
--dark-mountain-meadow:#19b385;
--mint-jelly:#4cd6a4;
--overtone:#a2e2b5;
--yellow-chalk:#f3f9b4;
--applesauce:#f9d89a;
}