Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7d5c99;
}
.lady-guinevere {
color: #c89f9d;
}
.cherry-blossom {
color: #f5c2d3;
}
.glisten-yellow {
color: #f7e8ab;
}
.radiant-sun {
color: #f3ca4f;
}
/* CSS Variables */
:root {
--jubilee:#7d5c99;
--lady-guinevere:#c89f9d;
--cherry-blossom:#f5c2d3;
--glisten-yellow:#f7e8ab;
--radiant-sun:#f3ca4f;
}