Color names in this palette
CSS code for this palette
/* CSS */
.galactic-grapevine {
color: #6c3082;
}
.murasaki-purple {
color: #8a4c9a;
}
.berry-burst {
color: #a76dab;
}
.orange-maple {
color: #d19f89;
}
.peach-temptation {
color: #f1c5b1;
}
/* CSS Variables */
:root {
--galactic-grapevine:#6c3082;
--murasaki-purple:#8a4c9a;
--berry-burst:#a76dab;
--orange-maple:#d19f89;
--peach-temptation:#f1c5b1;
}