Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e8a1c3;
}
.changeling-pink {
color: #f4aed0;
}
.sugarwinkle {
color: #f9c3e1;
}
.sparkling-pink {
color: #f6d0e5;
}
.minute-mauve {
color: #f4e3f7;
}
/* CSS Variables */
:root {
--prettiest-pink:#e8a1c3;
--changeling-pink:#f4aed0;
--sugarwinkle:#f9c3e1;
--sparkling-pink:#f6d0e5;
--minute-mauve:#f4e3f7;
}