Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f8c4e0;
}
.pink-fit {
color: #f1a7b1;
}
.peony {
color: #e6899d;
}
.preppy-rose {
color: #d16b8b;
}
.ancient-fuchsia {
color: #a24466;
}
/* CSS Variables */
:root {
--laelia-pink:#f8c4e0;
--pink-fit:#f1a7b1;
--peony:#e6899d;
--preppy-rose:#d16b8b;
--ancient-fuchsia:#a24466;
}