Color names in this palette
CSS code for this palette
/* CSS */
.cosmetic-red {
color: #a45b7d;
}
.artful-pink {
color: #d06c85;
}
.sprinkled-with-pink {
color: #e7a2b0;
}
.silver-strawberry {
color: #f2c0c0;
}
.cute-little-pink {
color: #f4e3e1;
}
/* CSS Variables */
:root {
--cosmetic-red:#a45b7d;
--artful-pink:#d06c85;
--sprinkled-with-pink:#e7a2b0;
--silver-strawberry:#f2c0c0;
--cute-little-pink:#f4e3e1;
}