Color names in this palette
CSS code for this palette
/* CSS */
.flax-fibre-grey {
color: #b7a99a;
}
.prairie-house {
color: #d4c8af;
}
.echo-valley {
color: #e6e2d6;
}
.calcium {
color: #f1f4e7;
}
.sky-splash {
color: #c8d5d4;
}
/* CSS Variables */
:root {
--flax-fibre-grey:#b7a99a;
--prairie-house:#d4c8af;
--echo-valley:#e6e2d6;
--calcium:#f1f4e7;
--sky-splash:#c8d5d4;
}