Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c6b6;
}
.wax-flower {
color: #e9b39f;
}
.stone-fruit {
color: #f2a48c;
}
.osage-orange {
color: #f49e48;
}
.opulent-orange {
color: #f06c3d;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c6b6;
--wax-flower:#e9b39f;
--stone-fruit:#f2a48c;
--osage-orange:#f49e48;
--opulent-orange:#f06c3d;
}