Color names in this palette
CSS code for this palette
/* CSS */
.deep-chestnut {
color: #b94c46;
}
.first-lady {
color: #c57967;
}
.shiny-kettle {
color: #d09f8a;
}
.apricot-illusion {
color: #e4c4a5;
}
.heirloom-lace {
color: #f5e6d6;
}
/* CSS Variables */
:root {
--deep-chestnut:#b94c46;
--first-lady:#c57967;
--shiny-kettle:#d09f8a;
--apricot-illusion:#e4c4a5;
--heirloom-lace:#f5e6d6;
}