Color names in this palette
CSS code for this palette
/* CSS */
.blushed-cotton {
color: #f0e0d1;
}
.ginger-shortbread {
color: #e3cfc4;
}
.raspberry-smoothie {
color: #d0a4b2;
}
.metal-petal {
color: #b28eb4;
}
.long-forgotten-purple {
color: #a37b9b;
}
/* CSS Variables */
:root {
--blushed-cotton:#f0e0d1;
--ginger-shortbread:#e3cfc4;
--raspberry-smoothie:#d0a4b2;
--metal-petal:#b28eb4;
--long-forgotten-purple:#a37b9b;
}