Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f6b1c3;
}
.rosey-afterglow {
color: #f8c9d1;
}
.prettiest-pink {
color: #e6a2c5;
}
.brittany-s-bow {
color: #f4d7e0;
}
.dolomite-crystal {
color: #fce8f2;
}
/* CSS Variables */
:root {
--cupid:#f6b1c3;
--rosey-afterglow:#f8c9d1;
--prettiest-pink:#e6a2c5;
--brittany-s-bow:#f4d7e0;
--dolomite-crystal:#fce8f2;
}