Color names in this palette
CSS code for this palette
/* CSS */
.lady-anne {
color: #fde2dd;
}
.squid-pink {
color: #f9b4bf;
}
.pink-fit {
color: #f2a6b1;
}
.deep-blush {
color: #e56c86;
}
.pezzottaite {
color: #d33c55;
}
/* CSS Variables */
:root {
--lady-anne:#fde2dd;
--squid-pink:#f9b4bf;
--pink-fit:#f2a6b1;
--deep-blush:#e56c86;
--pezzottaite:#d33c55;
}