Color names in this palette
CSS code for this palette
/* CSS */
.cochonnet {
color: #ff8fc3;
}
.stellar-strawberry {
color: #ff5c8f;
}
.laser-trap {
color: #ff3d74;
}
.moth-orchid {
color: #d6006f;
}
.celestial-pink {
color: #9e004c;
}
/* CSS Variables */
:root {
--cochonnet:#ff8fc3;
--stellar-strawberry:#ff5c8f;
--laser-trap:#ff3d74;
--moth-orchid:#d6006f;
--celestial-pink:#9e004c;
}