Color names in this palette
CSS code for this palette
/* CSS */
.jakarta-skyline {
color: #3d2a5b;
}
.studio {
color: #6e4c9e;
}
.wisteria {
color: #a77acd;
}
.bright-ube {
color: #d3a6e7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--jakarta-skyline:#3d2a5b;
--studio:#6e4c9e;
--wisteria:#a77acd;
--bright-ube:#d3a6e7;
--solar-plexus-chakra:#f1c84b;
}