Color names in this palette
CSS code for this palette
/* CSS */
.pink-makeup {
color: #fc83a7;
}
.matt-pink {
color: #ffb3c1;
}
.light-pink {
color: #ffd1e0;
}
.sunkissed-yellow {
color: #ffebb8;
}
.lemon-bundt-cake {
color: #fff59e;
}
/* CSS Variables */
:root {
--pink-makeup:#fc83a7;
--matt-pink:#ffb3c1;
--light-pink:#ffd1e0;
--sunkissed-yellow:#ffebb8;
--lemon-bundt-cake:#fff59e;
}