Color names in this palette
CSS code for this palette
/* CSS */
.coral-bisque {
color: #f7c6b1;
}
.wisley-pink {
color: #f5a799;
}
.ibis-wing {
color: #f58f7f;
}
.peach-echo {
color: #f5725b;
}
.orange-soda {
color: #f5563d;
}
/* CSS Variables */
:root {
--coral-bisque:#f7c6b1;
--wisley-pink:#f5a799;
--ibis-wing:#f58f7f;
--peach-echo:#f5725b;
--orange-soda:#f5563d;
}