Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.changeling-pink {
color: #f1b1d1;
}
.sweet-alyssum {
color: #e3c4e0;
}
.bathe-blue {
color: #c2dfe5;
}
.light-blue-glint {
color: #a8d4e1;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--changeling-pink:#f1b1d1;
--sweet-alyssum:#e3c4e0;
--bathe-blue:#c2dfe5;
--light-blue-glint:#a8d4e1;
}