Color names in this palette
CSS code for this palette
/* CSS */
.light-pink-tone {
color: #fad6da;
}
.pink-fit {
color: #f8a5b1;
}
.out-of-fashion {
color: #f76e8e;
}
.raspberry-sorbet {
color: #d63865;
}
.vampirella {
color: #a0274b;
}
/* CSS Variables */
:root {
--light-pink-tone:#fad6da;
--pink-fit:#f8a5b1;
--out-of-fashion:#f76e8e;
--raspberry-sorbet:#d63865;
--vampirella:#a0274b;
}