Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7e5b9f;
}
.pale-flower {
color: #698dab;
}
.epimetheus {
color: #4eb3d4;
}
.mauve-mist {
color: #c5a0d4;
}
.radiant-orchid {
color: #a65e9b;
}
/* CSS Variables */
:root {
--jubilee:#7e5b9f;
--pale-flower:#698dab;
--epimetheus:#4eb3d4;
--mauve-mist:#c5a0d4;
--radiant-orchid:#a65e9b;
}