Color names in this palette
CSS code for this palette
/* CSS */
.changeling-pink {
color: #f5a8d1;
}
.rosey-afterglow {
color: #f8c9d1;
}
.child-s-play {
color: #e6b7d8;
}
.bright-ube {
color: #d4a1e2;
}
.lilac-geode {
color: #a78aff;
}
/* CSS Variables */
:root {
--changeling-pink:#f5a8d1;
--rosey-afterglow:#f8c9d1;
--child-s-play:#e6b7d8;
--bright-ube:#d4a1e2;
--lilac-geode:#a78aff;
}