Color names in this palette
CSS code for this palette
/* CSS */
.pink-cattleya {
color: #ffb3d1;
}
.camaron-pink {
color: #ff808e;
}
.festive-fennec {
color: #ff4d61;
}
.strawberry {
color: #ff293b;
}
.incision {
color: #ff001e;
}
/* CSS Variables */
:root {
--pink-cattleya:#ffb3d1;
--camaron-pink:#ff808e;
--festive-fennec:#ff4d61;
--strawberry:#ff293b;
--incision:#ff001e;
}