Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e4b9d2;
}
.in-the-pink {
color: #f2c5d3;
}
.poetic-princess {
color: #f8e2e6;
}
.peach-damask {
color: #f9c6a4;
}
.upstream-salmon {
color: #f79c78;
}
/* CSS Variables */
:root {
--eau-de-rose:#e4b9d2;
--in-the-pink:#f2c5d3;
--poetic-princess:#f8e2e6;
--peach-damask:#f9c6a4;
--upstream-salmon:#f79c78;
}