Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.mauve-memento {
color: #a76c95;
}
.just-a-fairytale {
color: #695b9a;
}
.brig {
color: #4c9fbd;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--mauve-memento:#a76c95;
--just-a-fairytale:#695b9a;
--brig:#4c9fbd;
--breeze-of-chilli:#f76e6e;
}