Color names in this palette
CSS code for this palette
/* CSS */
.cochonnet {
color: #ff8abb;
}
.blush-hour {
color: #ff7092;
}
.fuchsia-fever {
color: #ff5c98;
}
.diva-pink {
color: #ff3d81;
}
.peevish-red {
color: #ff2965;
}
/* CSS Variables */
:root {
--cochonnet:#ff8abb;
--blush-hour:#ff7092;
--fuchsia-fever:#ff5c98;
--diva-pink:#ff3d81;
--peevish-red:#ff2965;
}