Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d2;
}
.rose-reminder {
color: #f4c3c6;
}
.venetian-yellow {
color: #f8e3a0;
}
.warming-peach {
color: #e3b9a1;
}
.sugar-tooth {
color: #d88d9b;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d2;
--rose-reminder:#f4c3c6;
--venetian-yellow:#f8e3a0;
--warming-peach:#e3b9a1;
--sugar-tooth:#d88d9b;
}