Color names in this palette
CSS code for this palette
/* CSS */
.yellow-dragon {
color: #f7e57e;
}
.purple-s-baby-sister {
color: #e8c7f0;
}
.bright-ube {
color: #d1a8f0;
}
.grape-illusion {
color: #b4a2d7;
}
.french-vanilla {
color: #f1e2a7;
}
/* CSS Variables */
:root {
--yellow-dragon:#f7e57e;
--purple-s-baby-sister:#e8c7f0;
--bright-ube:#d1a8f0;
--grape-illusion:#b4a2d7;
--french-vanilla:#f1e2a7;
}