Color names in this palette
CSS code for this palette
/* CSS */
.foggy-amethyst {
color: #5a2f79;
}
.soft-purple {
color: #a16bae;
}
.prism-pink {
color: #f2a1c5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.fireglow {
color: #d65e3d;
}
/* CSS Variables */
:root {
--foggy-amethyst:#5a2f79;
--soft-purple:#a16bae;
--prism-pink:#f2a1c5;
--solar-plexus-chakra:#f1c84b;
--fireglow:#d65e3d;
}