Color names in this palette
CSS code for this palette
/* CSS */
.salmon-fresco {
color: #fbb1a2;
}
.pink-fit {
color: #f7a6b5;
}
.pearly-pink {
color: #f291c8;
}
.cotton-candy-aesthetic {
color: #f6b6e0;
}
.pink-chintz {
color: #f0c1cf;
}
/* CSS Variables */
:root {
--salmon-fresco:#fbb1a2;
--pink-fit:#f7a6b5;
--pearly-pink:#f291c8;
--cotton-candy-aesthetic:#f6b6e0;
--pink-chintz:#f0c1cf;
}