Color names in this palette
CSS code for this palette
/* CSS */
.pink-cattleya {
color: #ffb3d1;
}
.saira-red {
color: #ff9eba;
}
.flamingo-pink {
color: #ff8fab;
}
.pico-8-pink {
color: #ff70a7;
}
.stellar-strawberry {
color: #ff5c8d;
}
/* CSS Variables */
:root {
--pink-cattleya:#ffb3d1;
--saira-red:#ff9eba;
--flamingo-pink:#ff8fab;
--pico-8-pink:#ff70a7;
--stellar-strawberry:#ff5c8d;
}