Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.fulgrim-pink {
color: #f6b1d1;
}
.laelia-pink {
color: #f6c6df;
}
.prettiest-pink {
color: #e3a5c6;
}
.paris-pink {
color: #d66b94;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--fulgrim-pink:#f6b1d1;
--laelia-pink:#f6c6df;
--prettiest-pink:#e3a5c6;
--paris-pink:#d66b94;
}