CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.bespoke {
color: #d4b8a0;
}
.snowglory {
color: #c8cac4;
}
.sinbad {
color: #a7d7cf;
}
.durban-sky {
color: #5c8b99;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--bespoke:#d4b8a0;
--snowglory:#c8cac4;
--sinbad:#a7d7cf;
--durban-sky:#5c8b99;
}