Color names in this palette
CSS code for this palette
/* CSS */
.flower-centre {
color: #fce5c5;
}
.salmon-fresco {
color: #f9b19f;
}
.ibis-wing {
color: #f5917f;
}
.childhood-crush {
color: #e76f65;
}
.re-entry {
color: #d94a4a;
}
/* CSS Variables */
:root {
--flower-centre:#fce5c5;
--salmon-fresco:#f9b19f;
--ibis-wing:#f5917f;
--childhood-crush:#e76f65;
--re-entry:#d94a4a;
}