Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f2a6b3;
}
.deep-blush {
color: #e76a89;
}
.pink-flamb {
color: #c94f80;
}
.ancient-fuchsia {
color: #a44c6c;
}
.red-plum {
color: #7d2b4c;
}
/* CSS Variables */
:root {
--princess:#f2a6b3;
--deep-blush:#e76a89;
--pink-flamb:#c94f80;
--ancient-fuchsia:#a44c6c;
--red-plum:#7d2b4c;
}