Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.amaranth-pink {
color: #f29cbb;
}
.hope {
color: #e77e9c;
}
.flirty-rose {
color: #d45e8d;
}
.our-little-secret {
color: #aa4b7a;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--amaranth-pink:#f29cbb;
--hope:#e77e9c;
--flirty-rose:#d45e8d;
--our-little-secret:#aa4b7a;
}