Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4a3c90;
}
.just-a-fairytale {
color: #70609a;
}
.long-forgotten-purple {
color: #a0799d;
}
.butterscotch-bliss {
color: #d6b166;
}
.radiant-sun {
color: #f3ca4f;
}
/* CSS Variables */
:root {
--blue-gem:#4a3c90;
--just-a-fairytale:#70609a;
--long-forgotten-purple:#a0799d;
--butterscotch-bliss:#d6b166;
--radiant-sun:#f3ca4f;
}