Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f4c3cf;
}
.sweet-lilac {
color: #eab8d1;
}
.prettiest-pink {
color: #e8a1c4;
}
.usu-koubai-blossom {
color: #e798b1;
}
.changeling-pink {
color: #f3afcf;
}
/* CSS Variables */
:root {
--in-the-pink:#f4c3cf;
--sweet-lilac:#eab8d1;
--prettiest-pink:#e8a1c4;
--usu-koubai-blossom:#e798b1;
--changeling-pink:#f3afcf;
}