Color names in this palette
CSS code for this palette
/* CSS */
.granny-smith-apple {
color: #9ee094;
}
.cool-aloe {
color: #a2d69a;
}
.cactus-spike {
color: #bce0a3;
}
.lasting-thoughts {
color: #d2e7b1;
}
.lots-of-bubbles {
color: #e5f2ba;
}
/* CSS Variables */
:root {
--granny-smith-apple:#9ee094;
--cool-aloe:#a2d69a;
--cactus-spike:#bce0a3;
--lasting-thoughts:#d2e7b1;
--lots-of-bubbles:#e5f2ba;
}