Color names in this palette
CSS code for this palette
/* CSS */
.nutmeg {
color: #7d4b3b;
}
.grounded {
color: #d38b5f;
}
.diva-rouge {
color: #e7baa6;
}
.inviting-ivory {
color: #f2d4b1;
}
.flax-fibre-grey {
color: #b7a99a;
}
/* CSS Variables */
:root {
--nutmeg:#7d4b3b;
--grounded:#d38b5f;
--diva-rouge:#e7baa6;
--inviting-ivory:#f2d4b1;
--flax-fibre-grey:#b7a99a;
}