Color names in this palette
CSS code for this palette
/* CSS */
.jagger {
color: #3d2b50;
}
.magenta-violet {
color: #6a4e8d;
}
.lush-lilac {
color: #a37fb8;
}
.laelia-pink {
color: #f7c5e0;
}
.pink-fit {
color: #f9a4b4;
}
/* CSS Variables */
:root {
--jagger:#3d2b50;
--magenta-violet:#6a4e8d;
--lush-lilac:#a37fb8;
--laelia-pink:#f7c5e0;
--pink-fit:#f9a4b4;
}