Color names in this palette
CSS code for this palette
/* CSS */
.heliotrope-magenta {
color: #a400b3;
}
.berry-boost {
color: #ba4f8a;
}
.waddles-pink {
color: #f1a7ca;
}
.floral-leaf {
color: #ffb84d;
}
.dusk-orange {
color: #ff4d3d;
}
/* CSS Variables */
:root {
--heliotrope-magenta:#a400b3;
--berry-boost:#ba4f8a;
--waddles-pink:#f1a7ca;
--floral-leaf:#ffb84d;
--dusk-orange:#ff4d3d;
}