Color names in this palette
CSS code for this palette
/* CSS */
.pink-makeup {
color: #ff809f;
}
.saira-red {
color: #ff9ebe;
}
.pink-cattleya {
color: #ffb3d1;
}
.hermosa-pink {
color: #ffb3f0;
}
.pout-pink {
color: #ff80d4;
}
/* CSS Variables */
:root {
--pink-makeup:#ff809f;
--saira-red:#ff9ebe;
--pink-cattleya:#ffb3d1;
--hermosa-pink:#ffb3f0;
--pout-pink:#ff80d4;
}