Color names in this palette
CSS code for this palette
/* CSS */
.amaranth-deep-purple {
color: #a62b66;
}
.strawberry-milkshake {
color: #d66b89;
}
.princess {
color: #f1a7b4;
}
.cherry-blossom {
color: #f6c1d7;
}
.hepatica {
color: #f9e6ea;
}
/* CSS Variables */
:root {
--amaranth-deep-purple:#a62b66;
--strawberry-milkshake:#d66b89;
--princess:#f1a7b4;
--cherry-blossom:#f6c1d7;
--hepatica:#f9e6ea;
}