Color names in this palette
CSS code for this palette
/* CSS */
.geode {
color: #4d3d6b;
}
.bright-eggplant {
color: #5f4b8b;
}
.jubilee {
color: #7d5c99;
}
.royalty-loyalty {
color: #b054a5;
}
.rosy-cheeks {
color: #da4e6c;
}
/* CSS Variables */
:root {
--geode:#4d3d6b;
--bright-eggplant:#5f4b8b;
--jubilee:#7d5c99;
--royalty-loyalty:#b054a5;
--rosy-cheeks:#da4e6c;
}