Color names in this palette
CSS code for this palette
/* CSS */
.facemark {
color: #f6d288;
}
.maximum-yellow-red {
color: #f1b74b;
}
.sweet-potato {
color: #d77c37;
}
.radiant-orchid {
color: #a95b9d;
}
.deep-ultramarine {
color: #3c4a90;
}
/* CSS Variables */
:root {
--facemark:#f6d288;
--maximum-yellow-red:#f1b74b;
--sweet-potato:#d77c37;
--radiant-orchid:#a95b9d;
--deep-ultramarine:#3c4a90;
}