Color names in this palette
CSS code for this palette
/* CSS */
.coral-bisque {
color: #f7c8b1;
}
.wisley-pink {
color: #f2a79c;
}
.lively-coral {
color: #e67a7a;
}
.peppermint-swirl {
color: #d65c7e;
}
.plum-dust {
color: #a84d94;
}
/* CSS Variables */
:root {
--coral-bisque:#f7c8b1;
--wisley-pink:#f2a79c;
--lively-coral:#e67a7a;
--peppermint-swirl:#d65c7e;
--plum-dust:#a84d94;
}