Color names in this palette
CSS code for this palette
/* CSS */
.lady-anne {
color: #fde2dd;
}
.sango-pink {
color: #f8b3af;
}
.pink-fit {
color: #f3a5b0;
}
.rose-delight {
color: #e09aaf;
}
.sugar-tooth {
color: #d48c9e;
}
/* CSS Variables */
:root {
--lady-anne:#fde2dd;
--sango-pink:#f8b3af;
--pink-fit:#f3a5b0;
--rose-delight:#e09aaf;
--sugar-tooth:#d48c9e;
}