Color names in this palette
CSS code for this palette
/* CSS */
.deep-claret {
color: #700f2b;
}
.vampirella {
color: #9d2a47;
}
.pretty-in-plum {
color: #d0588c;
}
.ibis {
color: #f5b2c2;
}
.soft-lavender {
color: #f8e2f6;
}
/* CSS Variables */
:root {
--deep-claret:#700f2b;
--vampirella:#9d2a47;
--pretty-in-plum:#d0588c;
--ibis:#f5b2c2;
--soft-lavender:#f8e2f6;
}