Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.clematis-blue {
color: #3f3b8c;
}
.just-a-fairytale {
color: #71609a;
}
.goose-wing-grey {
color: #a89bb0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--clematis-blue:#3f3b8c;
--just-a-fairytale:#71609a;
--goose-wing-grey:#a89bb0;
--solar-plexus-chakra:#f1c84b;
}