Color names in this palette
CSS code for this palette
/* CSS */
.brandywine-spritz {
color: #e59fb0;
}
.lily-legs {
color: #f1c6d6;
}
.vanilla-paste {
color: #f3e7d3;
}
.sugar-cookie {
color: #f2e2a6;
}
.bespoke {
color: #d4b8a0;
}
/* CSS Variables */
:root {
--brandywine-spritz:#e59fb0;
--lily-legs:#f1c6d6;
--vanilla-paste:#f3e7d3;
--sugar-cookie:#f2e2a6;
--bespoke:#d4b8a0;
}