Color names in this palette
CSS code for this palette
/* CSS */
.parachute-purple {
color: #3b2956;
}
.magenta-violet {
color: #6c4f8c;
}
.wisteria {
color: #a67dba;
}
.geyser-basin {
color: #e6c9b3;
}
.strawberry-ripple {
color: #f7cfcf;
}
/* CSS Variables */
:root {
--parachute-purple:#3b2956;
--magenta-violet:#6c4f8c;
--wisteria:#a67dba;
--geyser-basin:#e6c9b3;
--strawberry-ripple:#f7cfcf;
}