Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d0;
}
.kissed-by-mist {
color: #f7caf0;
}
.hint-of-red {
color: #f5e0e0;
}
.peach-damask {
color: #f9c5a4;
}
.flash-in-the-pan {
color: #ff997a;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d0;
--kissed-by-mist:#f7caf0;
--hint-of-red:#f5e0e0;
--peach-damask:#f9c5a4;
--flash-in-the-pan:#ff997a;
}