Color names in this palette
CSS code for this palette
/* CSS */
.opulent-mauve {
color: #4a2b41;
}
.hashita-purple {
color: #8d5e8a;
}
.rhubarb-gin {
color: #d9a6c1;
}
.sparkling-pink {
color: #f5d1e3;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--opulent-mauve:#4a2b41;
--hashita-purple:#8d5e8a;
--rhubarb-gin:#d9a6c1;
--sparkling-pink:#f5d1e3;
--matt-pink:#ffb3c1;
}