Color names in this palette
CSS code for this palette
/* CSS */
.show-business {
color: #d6815c;
}
.apricot-sorbet {
color: #e6a85c;
}
.mille-feuille {
color: #f1c77e;
}
.smooth-as-corn-silk {
color: #f5e3b2;
}
.oyster-pink {
color: #d5b4af;
}
/* CSS Variables */
:root {
--show-business:#d6815c;
--apricot-sorbet:#e6a85c;
--mille-feuille:#f1c77e;
--smooth-as-corn-silk:#f5e3b2;
--oyster-pink:#d5b4af;
}