Color names in this palette
CSS code for this palette
/* CSS */
.hickory-cliff {
color: #7e6e6d;
}
.dressy-rose {
color: #b79b9a;
}
.powdered-petals {
color: #e2c6c5;
}
.mont-blanc-peak {
color: #f3e8e7;
}
.pink-dogwood {
color: #f9d3d2;
}
/* CSS Variables */
:root {
--hickory-cliff:#7e6e6d;
--dressy-rose:#b79b9a;
--powdered-petals:#e2c6c5;
--mont-blanc-peak:#f3e8e7;
--pink-dogwood:#f9d3d2;
}