Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e4b9d1;
}
.rhubarb-gin {
color: #d7a8c2;
}
.usu-pink {
color: #a77b9d;
}
.grapes-of-italy {
color: #6b4a8c;
}
.blue-gem {
color: #4a3b8c;
}
/* CSS Variables */
:root {
--eau-de-rose:#e4b9d1;
--rhubarb-gin:#d7a8c2;
--usu-pink:#a77b9d;
--grapes-of-italy:#6b4a8c;
--blue-gem:#4a3b8c;
}