Color names in this palette
CSS code for this palette
/* CSS */
.diverse-beige {
color: #c2b3a8;
}
.mocha-light {
color: #d6cfc2;
}
.echo-valley {
color: #e6e2d6;
}
.snow-fall {
color: #f3f4eb;
}
.gram-s-hair {
color: #f6f6f8;
}
/* CSS Variables */
:root {
--diverse-beige:#c2b3a8;
--mocha-light:#d6cfc2;
--echo-valley:#e6e2d6;
--snow-fall:#f3f4eb;
--gram-s-hair:#f6f6f8;
}