Color names in this palette
CSS code for this palette
/* CSS */
.green-ribbon {
color: #2b883d;
}
.paris-green {
color: #4fbf80;
}
.green-epiphany {
color: #80ffb5;
}
.pale-turquoise {
color: #a8ffd4;
}
.aquacade {
color: #e1f4e9;
}
/* CSS Variables */
:root {
--green-ribbon:#2b883d;
--paris-green:#4fbf80;
--green-epiphany:#80ffb5;
--pale-turquoise:#a8ffd4;
--aquacade:#e1f4e9;
}