Color names in this palette
CSS code for this palette
/* CSS */
.flax-fibre-grey {
color: #b7a99a;
}
.birthday-suit {
color: #e1c5b7;
}
.posy {
color: #f2e2d4;
}
.natural-silk-grey {
color: #d2c5c1;
}
.mohair-mauve {
color: #c1a59f;
}
/* CSS Variables */
:root {
--flax-fibre-grey:#b7a99a;
--birthday-suit:#e1c5b7;
--posy:#f2e2d4;
--natural-silk-grey:#d2c5c1;
--mohair-mauve:#c1a59f;
}