Color names in this palette
CSS code for this palette
/* CSS */
.strong-iris {
color: #5c607f;
}
.black-diamond-apple {
color: #8c7c9c;
}
.lupine {
color: #be9fc1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.fireglow {
color: #d65e3d;
}
/* CSS Variables */
:root {
--strong-iris:#5c607f;
--black-diamond-apple:#8c7c9c;
--lupine:#be9fc1;
--solar-plexus-chakra:#f1c84b;
--fireglow:#d65e3d;
}