Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6b508b;
}
.wonder-wish {
color: #a77b99;
}
.first-peach {
color: #f5c7c7;
}
.hawkbit {
color: #ffdc6b;
}
.pieces-of-eight {
color: #ffb13d;
}
/* CSS Variables */
:root {
--magenta-violet:#6b508b;
--wonder-wish:#a77b99;
--first-peach:#f5c7c7;
--hawkbit:#ffdc6b;
--pieces-of-eight:#ffb13d;
}