Color names in this palette
CSS code for this palette
/* CSS */
.bejewelled {
color: #2a9d6d;
}
.aragon-green {
color: #4abf8a;
}
.menthol-kiss {
color: #9ee0d3;
}
.mist-of-green {
color: #e2f3e9;
}
.coastal-foam {
color: #b4e4c9;
}
/* CSS Variables */
:root {
--bejewelled:#2a9d6d;
--aragon-green:#4abf8a;
--menthol-kiss:#9ee0d3;
--mist-of-green:#e2f3e9;
--coastal-foam:#b4e4c9;
}