Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7e5b9f;
}
.wisteria {
color: #a67ccb;
}
.barely-bloomed {
color: #d6a7e2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.porcelain-rose {
color: #e76a6a;
}
/* CSS Variables */
:root {
--jubilee:#7e5b9f;
--wisteria:#a67ccb;
--barely-bloomed:#d6a7e2;
--solar-plexus-chakra:#f1c84b;
--porcelain-rose:#e76a6a;
}