Color names in this palette
CSS code for this palette
/* CSS */
.melodious {
color: #80b3ad;
}
.green-crush {
color: #5eb09c;
}
.greenway {
color: #3c9a7c;
}
.pinehurst {
color: #2b7d65;
}
.forest-rain {
color: #1e6b57;
}
/* CSS Variables */
:root {
--melodious:#80b3ad;
--green-crush:#5eb09c;
--greenway:#3c9a7c;
--pinehurst:#2b7d65;
--forest-rain:#1e6b57;
}