Color names in this palette
CSS code for this palette
/* CSS */
.just-a-fairytale {
color: #695b9a;
}
.lilac-purple {
color: #9b7ccb;
}
.bright-ube {
color: #d6a7e6;
}
.fulgrim-pink {
color: #f4b3d0;
}
.schauss-pink {
color: #ff8fb0;
}
/* CSS Variables */
:root {
--just-a-fairytale:#695b9a;
--lilac-purple:#9b7ccb;
--bright-ube:#d6a7e6;
--fulgrim-pink:#f4b3d0;
--schauss-pink:#ff8fb0;
}