Color names in this palette
CSS code for this palette
/* CSS */
.pink-makeup {
color: #fc83a7;
}
.matt-pink {
color: #ffb3c1;
}
.pig-pink {
color: #ffd6e2;
}
.vanilla-strawberry {
color: #ffe5e8;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--pink-makeup:#fc83a7;
--matt-pink:#ffb3c1;
--pig-pink:#ffd6e2;
--vanilla-strawberry:#ffe5e8;
--blush-hour:#ff7092;
}