Color names in this palette
CSS code for this palette
/* CSS */
.manganese-red {
color: #e52a4f;
}
.azalea {
color: #d93a5a;
}
.rosy-cheeks {
color: #d94a70;
}
.pink-eraser {
color: #f29c9d;
}
.in-the-pink {
color: #f2c5d1;
}
/* CSS Variables */
:root {
--manganese-red:#e52a4f;
--azalea:#d93a5a;
--rosy-cheeks:#d94a70;
--pink-eraser:#f29c9d;
--in-the-pink:#f2c5d1;
}