Color names in this palette
CSS code for this palette
/* CSS */
.ecru {
color: #c2b180;
}
.abbey-road {
color: #a79e90;
}
.lotus-pod {
color: #e7d7c1;
}
.autumn-haze {
color: #d4c2af;
}
.flax-fibre-grey {
color: #b7a89a;
}
/* CSS Variables */
:root {
--ecru:#c2b180;
--abbey-road:#a79e90;
--lotus-pod:#e7d7c1;
--autumn-haze:#d4c2af;
--flax-fibre-grey:#b7a89a;
}