Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.flirty-rose {
color: #d25b90;
}
.hydrangea-red {
color: #a51d4d;
}
.deep-claret {
color: #700f33;
}
.cupid {
color: #f7b1c6;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--flirty-rose:#d25b90;
--hydrangea-red:#a51d4d;
--deep-claret:#700f33;
--cupid:#f7b1c6;
}