Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592d8f;
}
.soft-purple {
color: #a76dba;
}
.think-pink {
color: #e5a4c2;
}
.antique-wicker-basket {
color: #f3d2a0;
}
.lighthouse-glow {
color: #f9d467;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592d8f;
--soft-purple:#a76dba;
--think-pink:#e5a4c2;
--antique-wicker-basket:#f3d2a0;
--lighthouse-glow:#f9d467;
}