Color names in this palette
CSS code for this palette
/* CSS */
.calming-silver-lavender {
color: #b69fc1;
}
.chinaberry-bloom {
color: #d6c2d4;
}
.footie-pajamas {
color: #e3d0e7;
}
.changeling-pink {
color: #f1b1d1;
}
.shark-bait {
color: #f06a9e;
}
/* CSS Variables */
:root {
--calming-silver-lavender:#b69fc1;
--chinaberry-bloom:#d6c2d4;
--footie-pajamas:#e3d0e7;
--changeling-pink:#f1b1d1;
--shark-bait:#f06a9e;
}