Color names in this palette
CSS code for this palette
/* CSS */
.heirloom-lace {
color: #f6e5d5;
}
.chantilly {
color: #eab8c8;
}
.peach-damask {
color: #f9c6a9;
}
.floral-leaf {
color: #ffb84d;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--heirloom-lace:#f6e5d5;
--chantilly:#eab8c8;
--peach-damask:#f9c6a9;
--floral-leaf:#ffb84d;
--apricot-glazed-chicken:#f5a524;
}