Color names in this palette
CSS code for this palette
/* CSS */
.pink-tease {
color: #ff80bb;
}
.french-pink {
color: #ff70a0;
}
.stellar-strawberry {
color: #ff5c85;
}
.love-red {
color: #ff4d6a;
}
.sunburnt-cyclops {
color: #ff3d51;
}
/* CSS Variables */
:root {
--pink-tease:#ff80bb;
--french-pink:#ff70a0;
--stellar-strawberry:#ff5c85;
--love-red:#ff4d6a;
--sunburnt-cyclops:#ff3d51;
}