Color names in this palette
CSS code for this palette
/* CSS */
.carroburg-crimson {
color: #a42d6f;
}
.carmine-rose {
color: #e65c8c;
}
.french-pink {
color: #f76e99;
}
.ballet-slippers {
color: #f99fb1;
}
.sweetheart {
color: #f2c5d8;
}
/* CSS Variables */
:root {
--carroburg-crimson:#a42d6f;
--carmine-rose:#e65c8c;
--french-pink:#f76e99;
--ballet-slippers:#f99fb1;
--sweetheart:#f2c5d8;
}