Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f3a5b0;
}
.princess-bride {
color: #f6c1c1;
}
.barely-pink {
color: #f9d7db;
}
.pig-pink {
color: #fcd9e2;
}
.just-pink-enough {
color: #feecee;
}
/* CSS Variables */
:root {
--pink-fit:#f3a5b0;
--princess-bride:#f6c1c1;
--barely-pink:#f9d7db;
--pig-pink:#fcd9e2;
--just-pink-enough:#feecee;
}