Color names in this palette
CSS code for this palette
/* CSS */
.dull-teal {
color: #5e9c8d;
}
.green-trance {
color: #a5d7a2;
}
.bad-moon-yellow {
color: #f2e5b5;
}
.squash-blossom {
color: #f6b83c;
}
.mandarin-red {
color: #e8493b;
}
/* CSS Variables */
:root {
--dull-teal:#5e9c8d;
--green-trance:#a5d7a2;
--bad-moon-yellow:#f2e5b5;
--squash-blossom:#f6b83c;
--mandarin-red:#e8493b;
}