Color names in this palette
CSS code for this palette
/* CSS */
.ginger-grey-yellow {
color: #b8a899;
}
.simplify-beige {
color: #d6c6b8;
}
.ash-cherry-blossom {
color: #e7d3d0;
}
.posy {
color: #f3e0d3;
}
.classic-chalk {
color: #f5f3f0;
}
/* CSS Variables */
:root {
--ginger-grey-yellow:#b8a899;
--simplify-beige:#d6c6b8;
--ash-cherry-blossom:#e7d3d0;
--posy:#f3e0d3;
--classic-chalk:#f5f3f0;
}