Color names in this palette
CSS code for this palette
/* CSS */
.parachute-purple {
color: #3b2956;
}
.super-violet {
color: #7a5d8e;
}
.revered {
color: #a68bb1;
}
.sweetheart {
color: #f4c3d6;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--parachute-purple:#3b2956;
--super-violet:#7a5d8e;
--revered:#a68bb1;
--sweetheart:#f4c3d6;
--pompelmo:#ff6b6b;
}