Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7d5c99;
}
.lush-lilac {
color: #9e7bbc;
}
.wild-orchid-blue {
color: #b8b3e0;
}
.rosy-nectar {
color: #f0c1df;
}
.royal-yellow {
color: #f8d94f;
}
/* CSS Variables */
:root {
--jubilee:#7d5c99;
--lush-lilac:#9e7bbc;
--wild-orchid-blue:#b8b3e0;
--rosy-nectar:#f0c1df;
--royal-yellow:#f8d94f;
}