Color names in this palette
CSS code for this palette
/* CSS */
.common-chestnut {
color: #cd5b5b;
}
.powder-blush {
color: #d69a8a;
}
.prosciutto {
color: #e1b6a3;
}
.apricot-freeze {
color: #f1d0b7;
}
.clerestory {
color: #f5e7e0;
}
/* CSS Variables */
:root {
--common-chestnut:#cd5b5b;
--powder-blush:#d69a8a;
--prosciutto:#e1b6a3;
--apricot-freeze:#f1d0b7;
--clerestory:#f5e7e0;
}