Color names in this palette
CSS code for this palette
/* CSS */
.deep-violet {
color: #3c0061;
}
.lucid-dream {
color: #5d2a92;
}
.viola {
color: #9c69bf;
}
.sparkling-pink {
color: #f5c7e7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--deep-violet:#3c0061;
--lucid-dream:#5d2a92;
--viola:#9c69bf;
--sparkling-pink:#f5c7e7;
--grapefruit-pulp:#ff6e61;
}