Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d0;
}
.ginger-shortbread {
color: #e3cfc4;
}
.la-la-love {
color: #bf8dbf;
}
.simply-violet {
color: #a2a2d8;
}
.iced-orchid {
color: #8d7c8c;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d0;
--ginger-shortbread:#e3cfc4;
--la-la-love:#bf8dbf;
--simply-violet:#a2a2d8;
--iced-orchid:#8d7c8c;
}