Color names in this palette
CSS code for this palette
/* CSS */
.partytime {
color: #e2a7c7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.salsa-sizzle {
color: #eb7d3d;
}
.juneberry {
color: #794f9c;
}
.aqueous {
color: #3a8e9c;
}
/* CSS Variables */
:root {
--partytime:#e2a7c7;
--solar-plexus-chakra:#f1c84b;
--salsa-sizzle:#eb7d3d;
--juneberry:#794f9c;
--aqueous:#3a8e9c;
}