Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f5b2c5;
}
.sprinkled-with-pink {
color: #e8a1ae;
}
.dusty-pink {
color: #d58b98;
}
.artful-pink {
color: #c76b82;
}
.china-rose {
color: #a84d6b;
}
/* CSS Variables */
:root {
--cupid:#f5b2c5;
--sprinkled-with-pink:#e8a1ae;
--dusty-pink:#d58b98;
--artful-pink:#c76b82;
--china-rose:#a84d6b;
}