Color names in this palette
CSS code for this palette
/* CSS */
.blue-magenta-violet {
color: #592d8f;
}
.prickly-purple {
color: #a45fbf;
}
.dream-land {
color: #f0b2e6;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-magenta-violet:#592d8f;
--prickly-purple:#a45fbf;
--dream-land:#f0b2e6;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}