Color names in this palette
CSS code for this palette
/* CSS */
.heirloom-lace {
color: #f6e6d5;
}
.brilliant-beige {
color: #f2c5b5;
}
.apricot-preserves {
color: #efaf8f;
}
.flower-field {
color: #d8a96e;
}
.caramel-macchiato {
color: #c88e4c;
}
/* CSS Variables */
:root {
--heirloom-lace:#f6e6d5;
--brilliant-beige:#f2c5b5;
--apricot-preserves:#efaf8f;
--flower-field:#d8a96e;
--caramel-macchiato:#c88e4c;
}