Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7c5c9d;
}
.purple-premiere {
color: #b99cd3;
}
.hopeful {
color: #f2d4e3;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--jubilee:#7c5c9d;
--purple-premiere:#b99cd3;
--hopeful:#f2d4e3;
--cherry-blossom-pink:#ffb3c6;
--grapefruit-pulp:#ff6e61;
}