Color names in this palette
CSS code for this palette
/* CSS */
.amaranth-pink {
color: #f69dbc;
}
.fiesta-pink {
color: #d66b99;
}
.cyclamen-red {
color: #a85d8c;
}
.grapes-of-italy {
color: #6d4b8b;
}
.her-highness {
color: #3c2b6e;
}
/* CSS Variables */
:root {
--amaranth-pink:#f69dbc;
--fiesta-pink:#d66b99;
--cyclamen-red:#a85d8c;
--grapes-of-italy:#6d4b8b;
--her-highness:#3c2b6e;
}