Color names in this palette
CSS code for this palette
/* CSS */
.informative-pink {
color: #ff85b1;
}
.fuchsia-fever {
color: #ff5c98;
}
.bonker-pink {
color: #f44e7d;
}
.raspberry-sorbet {
color: #d93f6d;
}
.vivacious {
color: #a62b5c;
}
/* CSS Variables */
:root {
--informative-pink:#ff85b1;
--fuchsia-fever:#ff5c98;
--bonker-pink:#f44e7d;
--raspberry-sorbet:#d93f6d;
--vivacious:#a62b5c;
}