Color names in this palette
CSS code for this palette
/* CSS */
.imperial-purple {
color: #5b2e66;
}
.flowering-raspberry {
color: #9c6d93;
}
.favorite-lavender {
color: #d1a1d3;
}
.love-spell {
color: #f8b4c5;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--imperial-purple:#5b2e66;
--flowering-raspberry:#9c6d93;
--favorite-lavender:#d1a1d3;
--love-spell:#f8b4c5;
--grapefruit-pulp:#ff6e61;
}