Color names in this palette
CSS code for this palette
/* CSS */
.changeling-pink {
color: #f1b1d1;
}
.sweet-lilac {
color: #eab8d1;
}
.thistle {
color: #d5c0d8;
}
.confectionary {
color: #d1b3d1;
}
.sweetheart {
color: #f2c5d8;
}
/* CSS Variables */
:root {
--changeling-pink:#f1b1d1;
--sweet-lilac:#eab8d1;
--thistle:#d5c0d8;
--confectionary:#d1b3d1;
--sweetheart:#f2c5d8;
}