Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-gin {
color: #d7a3bf;
}
.eau-de-rose {
color: #e5b8d1;
}
.rosy-nectar {
color: #f3c4e3;
}
.cr-me-de-la-cr-me {
color: #f2e8b5;
}
.lighthouse-glow {
color: #f9d467;
}
/* CSS Variables */
:root {
--rhubarb-gin:#d7a3bf;
--eau-de-rose:#e5b8d1;
--rosy-nectar:#f3c4e3;
--cr-me-de-la-cr-me:#f2e8b5;
--lighthouse-glow:#f9d467;
}