Color names in this palette
CSS code for this palette
/* CSS */
.no-need-to-blush {
color: #ffd6dd;
}
.sweet-sixteen {
color: #ffccd2;
}
.himalayan-balsam {
color: #ff99cc;
}
.pink-katydid {
color: #ff5cb3;
}
.usu-koubai-blossom {
color: #e698b2;
}
/* CSS Variables */
:root {
--no-need-to-blush:#ffd6dd;
--sweet-sixteen:#ffccd2;
--himalayan-balsam:#ff99cc;
--pink-katydid:#ff5cb3;
--usu-koubai-blossom:#e698b2;
}