Color names in this palette
CSS code for this palette
/* CSS */
.violet-purple {
color: #3c2b55;
}
.magenta-violet {
color: #6e4f8c;
}
.bermuda-onion {
color: #a15e92;
}
.pink-fit {
color: #f8a5b3;
}
.hawkbit {
color: #fddb6d;
}
/* CSS Variables */
:root {
--violet-purple:#3c2b55;
--magenta-violet:#6e4f8c;
--bermuda-onion:#a15e92;
--pink-fit:#f8a5b3;
--hawkbit:#fddb6d;
}