Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592d8f;
}
.safflower-purple {
color: #aa4b9a;
}
.think-pink {
color: #e6a3bf;
}
.ice-cream-parlour {
color: #f8d5af;
}
.koji-orange {
color: #f5af4d;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592d8f;
--safflower-purple:#aa4b9a;
--think-pink:#e6a3bf;
--ice-cream-parlour:#f8d5af;
--koji-orange:#f5af4d;
}