Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d3;
}
.venetian-rose {
color: #f1c6e3;
}
.wishy-washy-lilies {
color: #f5e0e8;
}
.hawaiian-cream {
color: #f9e6b9;
}
.first-date {
color: #f1b2a2;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d3;
--venetian-rose:#f1c6e3;
--wishy-washy-lilies:#f5e0e8;
--hawaiian-cream:#f9e6b9;
--first-date:#f1b2a2;
}