Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d2;
}
.rose-garden {
color: #d89dca;
}
.pressed-flower {
color: #d590bc;
}
.moonlight-mauve {
color: #c97ea3;
}
.bermuda-onion {
color: #a1598d;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d2;
--rose-garden:#d89dca;
--pressed-flower:#d590bc;
--moonlight-mauve:#c97ea3;
--bermuda-onion:#a1598d;
}