Color names in this palette
CSS code for this palette
/* CSS */
.changeling-pink {
color: #f2b1cf;
}
.apricot-obsession {
color: #f6c3b6;
}
.flan {
color: #f6e2b6;
}
.echo-iris {
color: #b6e1f6;
}
.purple-illusion {
color: #b6c3f6;
}
/* CSS Variables */
:root {
--changeling-pink:#f2b1cf;
--apricot-obsession:#f6c3b6;
--flan:#f6e2b6;
--echo-iris:#b6e1f6;
--purple-illusion:#b6c3f6;
}