Color names in this palette
CSS code for this palette
/* CSS */
.eine-kleine-nachtmusik {
color: #5a2c9b;
}
.fuchsia-blue {
color: #7c5fbf;
}
.middy-s-purple {
color: #a98cd4;
}
.cotton-candy-aesthetic {
color: #f5b7e2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--eine-kleine-nachtmusik:#5a2c9b;
--fuchsia-blue:#7c5fbf;
--middy-s-purple:#a98cd4;
--cotton-candy-aesthetic:#f5b7e2;
--grapefruit-pulp:#ff6e61;
}