Color names in this palette
CSS code for this palette
/* CSS */
.granny-smith-apple {
color: #a0dd8d;
}
.gem-silica {
color: #79c3a1;
}
.hole-in-one {
color: #4cae99;
}
.taos-turquoise {
color: #2c8c8a;
}
.moonlit-pool {
color: #1f5b5a;
}
/* CSS Variables */
:root {
--granny-smith-apple:#a0dd8d;
--gem-silica:#79c3a1;
--hole-in-one:#4cae99;
--taos-turquoise:#2c8c8a;
--moonlit-pool:#1f5b5a;
}