Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7c5c9d;
}
.violet-femmes {
color: #a76c9e;
}
.baked-ham {
color: #f0c8bc;
}
.limelight {
color: #f2e76e;
}
.catarina-green {
color: #8fc7b5;
}
/* CSS Variables */
:root {
--jubilee:#7c5c9d;
--violet-femmes:#a76c9e;
--baked-ham:#f0c8bc;
--limelight:#f2e76e;
--catarina-green:#8fc7b5;
}