Color names in this palette
CSS code for this palette
/* CSS */
.coral-blossom {
color: #f9c0a4;
}
.roseberry {
color: #f5a79e;
}
.ibis-wing {
color: #f19083;
}
.childhood-crush {
color: #e76d65;
}
.roman {
color: #d9605e;
}
/* CSS Variables */
:root {
--coral-blossom:#f9c0a4;
--roseberry:#f5a79e;
--ibis-wing:#f19083;
--childhood-crush:#e76d65;
--roman:#d9605e;
}