Color names in this palette
CSS code for this palette
/* CSS */
.heirloom-lace {
color: #f6e5d5;
}
.sweet-lilac {
color: #eab8d1;
}
.tickled-pink {
color: #f2a6c1;
}
.rustique {
color: #f4c1b3;
}
.all-dressed-up {
color: #e89b9e;
}
/* CSS Variables */
:root {
--heirloom-lace:#f6e5d5;
--sweet-lilac:#eab8d1;
--tickled-pink:#f2a6c1;
--rustique:#f4c1b3;
--all-dressed-up:#e89b9e;
}