Color names in this palette
CSS code for this palette
/* CSS */
.neighborly-peach {
color: #f6c2a2;
}
.golden-hour {
color: #f2b75a;
}
.mad-for-mango {
color: #f5a300;
}
.bonfire-night {
color: #d86b41;
}
.hibiscus-red {
color: #a23436;
}
/* CSS Variables */
:root {
--neighborly-peach:#f6c2a2;
--golden-hour:#f2b75a;
--mad-for-mango:#f5a300;
--bonfire-night:#d86b41;
--hibiscus-red:#a23436;
}