Color names in this palette
CSS code for this palette
/* CSS */
.majin-b-pink {
color: #ffa8cb;
}
.pink-makeup {
color: #ff80a1;
}
.stellar-strawberry {
color: #ff5c85;
}
.laser-trap {
color: #ff3d6a;
}
.reddish-pink {
color: #ff2957;
}
/* CSS Variables */
:root {
--majin-b-pink:#ffa8cb;
--pink-makeup:#ff80a1;
--stellar-strawberry:#ff5c85;
--laser-trap:#ff3d6a;
--reddish-pink:#ff2957;
}