CSS code for this palette
/* CSS */
.focus {
color: #e5e0d1;
}
.pastel-grey {
color: #d0cec3;
}
.ashes-to-ashes {
color: #bab4a1;
}
.apple-hill {
color: #a59e8d;
}
.meander {
color: #908c7a;
}
/* CSS Variables */
:root {
--focus:#e5e0d1;
--pastel-grey:#d0cec3;
--ashes-to-ashes:#bab4a1;
--apple-hill:#a59e8d;
--meander:#908c7a;
}