Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f6b1cf;
}
.laelia-pink {
color: #f8c9e1;
}
.prettiest-pink {
color: #e59fc8;
}
.lovecloud {
color: #f1b7e9;
}
.himalayan-balsam {
color: #ff99c9;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f6b1cf;
--laelia-pink:#f8c9e1;
--prettiest-pink:#e59fc8;
--lovecloud:#f1b7e9;
--himalayan-balsam:#ff99c9;
}