Color names in this palette
CSS code for this palette
/* CSS */
.hermosa-pink {
color: #ffb3e7;
}
.cochonnet {
color: #ff8ac0;
}
.french-pink {
color: #ff709d;
}
.brink-pink {
color: #ff5c7f;
}
.love-red {
color: #ff4d67;
}
/* CSS Variables */
:root {
--hermosa-pink:#ffb3e7;
--cochonnet:#ff8ac0;
--french-pink:#ff709d;
--brink-pink:#ff5c7f;
--love-red:#ff4d67;
}