Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.green-trance {
color: #a2d4a1;
}
.frost-gum {
color: #91caa0;
}
.satin-green {
color: #c4e1b7;
}
.pale-canary {
color: #f2f4a4;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--green-trance:#a2d4a1;
--frost-gum:#91caa0;
--satin-green:#c4e1b7;
--pale-canary:#f2f4a4;
}