Color names in this palette
CSS code for this palette
/* CSS */
.pink-frosting {
color: #f7d9e2;
}
.cupid {
color: #f6b1c5;
}
.carissima {
color: #e67998;
}
.cranberry-splash {
color: #d54d66;
}
.beauty-queen {
color: #c25b83;
}
/* CSS Variables */
:root {
--pink-frosting:#f7d9e2;
--cupid:#f6b1c5;
--carissima:#e67998;
--cranberry-splash:#d54d66;
--beauty-queen:#c25b83;
}