Color names in this palette
CSS code for this palette
/* CSS */
.facemark {
color: #f7d088;
}
.golden-hour {
color: #f2b25a;
}
.obstinate-orange {
color: #d75c28;
}
.wilted-brown {
color: #ab4b3b;
}
.dubonnet {
color: #5b2f32;
}
/* CSS Variables */
:root {
--facemark:#f7d088;
--golden-hour:#f2b25a;
--obstinate-orange:#d75c28;
--wilted-brown:#ab4b3b;
--dubonnet:#5b2f32;
}