Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7d5c99;
}
.violet-femmes {
color: #a26fa5;
}
.blushing-sky {
color: #d7b2d5;
}
.sweetheart {
color: #f4c3d6;
}
.warm-pink {
color: #ff577e;
}
/* CSS Variables */
:root {
--jubilee:#7d5c99;
--violet-femmes:#a26fa5;
--blushing-sky:#d7b2d5;
--sweetheart:#f4c3d6;
--warm-pink:#ff577e;
}