Color names in this palette
CSS code for this palette
/* CSS */
.hazelnut-chocolate {
color: #7a3f00;
}
.apricot-orange {
color: #c76b3d;
}
.corn-maze {
color: #e0aa6c;
}
.solaria {
color: #f5d68e;
}
.flan {
color: #f7e2b6;
}
/* CSS Variables */
:root {
--hazelnut-chocolate:#7a3f00;
--apricot-orange:#c76b3d;
--corn-maze:#e0aa6c;
--solaria:#f5d68e;
--flan:#f7e2b6;
}