CSS code for this palette
/* CSS */
.shilo {
color: #e7b1a6;
}
.avid-apricot {
color: #f5c59e;
}
.aspen-yellow {
color: #f8e0a0;
}
.frugal {
color: #a3d7b1;
}
.estuary-blue {
color: #71a3b7;
}
/* CSS Variables */
:root {
--shilo:#e7b1a6;
--avid-apricot:#f5c59e;
--aspen-yellow:#f8e0a0;
--frugal:#a3d7b1;
--estuary-blue:#71a3b7;
}