Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e7a6c4;
}
.changeling-pink {
color: #f2b1d0;
}
.barely-pink {
color: #f7d4df;
}
.white-porcelain {
color: #f5faf7;
}
.tahitian-sky {
color: #c8e9e7;
}
/* CSS Variables */
:root {
--prettiest-pink:#e7a6c4;
--changeling-pink:#f2b1d0;
--barely-pink:#f7d4df;
--white-porcelain:#f5faf7;
--tahitian-sky:#c8e9e7;
}