Color names in this palette
CSS code for this palette
/* CSS */
.corrosion-green {
color: #4d9d8c;
}
.green-moray {
color: #3e796c;
}
.reed {
color: #c6d7a2;
}
.storm-lightning {
color: #f9e79f;
}
.coral-orange {
color: #e6694c;
}
/* CSS Variables */
:root {
--corrosion-green:#4d9d8c;
--green-moray:#3e796c;
--reed:#c6d7a2;
--storm-lightning:#f9e79f;
--coral-orange:#e6694c;
}