Color names in this palette
CSS code for this palette
/* CSS */
.fuchsite-green {
color: #5b806e;
}
.glenwood-green {
color: #a8d1b5;
}
.after-dinner-mint {
color: #e3f7e5;
}
.noodles {
color: #f8e1b4;
}
.masoho-red {
color: #d57c6d;
}
/* CSS Variables */
:root {
--fuchsite-green:#5b806e;
--glenwood-green:#a8d1b5;
--after-dinner-mint:#e3f7e5;
--noodles:#f8e1b4;
--masoho-red:#d57c6d;
}