Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f8c1b4;
}
.gold-sand {
color: #f9e6a9;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.avid-apricot {
color: #f3c8a0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--apricot-obsession:#f8c1b4;
--gold-sand:#f9e6a9;
--smooth-as-corn-silk:#f4e2b3;
--avid-apricot:#f3c8a0;
--grapefruit-pulp:#ff6e61;
}