Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592d8f;
}
.royalty-loyalty {
color: #a75fab;
}
.exotic-violet {
color: #e3a1d3;
}
.lion-cub {
color: #f8caa5;
}
.banana-yogurt {
color: #f9e8b4;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592d8f;
--royalty-loyalty:#a75fab;
--exotic-violet:#e3a1d3;
--lion-cub:#f8caa5;
--banana-yogurt:#f9e8b4;
}