Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d4;
}
.sweetheart {
color: #f4c3d6;
}
.fluffy-pink {
color: #f7d4ca;
}
.barley-white {
color: #f9e5b9;
}
.double-cream {
color: #f2d8a1;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d4;
--sweetheart:#f4c3d6;
--fluffy-pink:#f7d4ca;
--barley-white:#f9e5b9;
--double-cream:#f2d8a1;
}