Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.amaranth-pink {
color: #f29cbd;
}
.blushed-bombshell {
color: #f08fc4;
}
.fuchsia-blush {
color: #e67fbe;
}
.pink-charge {
color: #d65cb8;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--amaranth-pink:#f29cbd;
--blushed-bombshell:#f08fc4;
--fuchsia-blush:#e67fbe;
--pink-charge:#d65cb8;
}