Color names in this palette
CSS code for this palette
/* CSS */
.lady-anne {
color: #fde2dd;
}
.coral-bisque {
color: #f7c3b1;
}
.wisley-pink {
color: #f4a79a;
}
.dimple {
color: #e97c8e;
}
.peppermint-swirl {
color: #d45e7b;
}
/* CSS Variables */
:root {
--lady-anne:#fde2dd;
--coral-bisque:#f7c3b1;
--wisley-pink:#f4a79a;
--dimple:#e97c8e;
--peppermint-swirl:#d45e7b;
}