Color names in this palette
CSS code for this palette
/* CSS */
.eva-green {
color: #29ff97;
}
.screen-glow {
color: #6af1a4;
}
.ultra-mint {
color: #9ff4b9;
}
.shalimar {
color: #f3f7a6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--eva-green:#29ff97;
--screen-glow:#6af1a4;
--ultra-mint:#9ff4b9;
--shalimar:#f3f7a6;
--grapefruit-pulp:#ff6e61;
}