CSS code for this palette
/* CSS */
.meat {
color: #f27d7f;
}
.apricot-wash {
color: #f9a77b;
}
.egg-cream {
color: #fcd98d;
}
.chinook {
color: #a0d4a4;
}
.aero {
color: #7db7e3;
}
/* CSS Variables */
:root {
--meat:#f27d7f;
--apricot-wash:#f9a77b;
--egg-cream:#fcd98d;
--chinook:#a0d4a4;
--aero:#7db7e3;
}