Color names in this palette
CSS code for this palette
/* CSS */
.ruthless-empress {
color: #5a3d9e;
}
.venus-violet {
color: #7c69bf;
}
.high-style {
color: #aeaddc;
}
.pink-marshmallow {
color: #f0b7d2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--ruthless-empress:#5a3d9e;
--venus-violet:#7c69bf;
--high-style:#aeaddc;
--pink-marshmallow:#f0b7d2;
--grapefruit-pulp:#ff6e61;
}