Color names in this palette
CSS code for this palette
/* CSS */
.prune-plum {
color: #1f1a3d;
}
.powerful-mauve {
color: #493d5c;
}
.thimble-red {
color: #a35c8b;
}
.calabrese {
color: #f1a8a2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--prune-plum:#1f1a3d;
--powerful-mauve:#493d5c;
--thimble-red:#a35c8b;
--calabrese:#f1a8a2;
--solar-plexus-chakra:#f1c84b;
}