Color names in this palette
CSS code for this palette
/* CSS */
.flax-fibre-grey {
color: #b7a99a;
}
.lover-s-hideaway {
color: #d0c6b4;
}
.august-moon {
color: #e6e1d6;
}
.engulfed-in-light {
color: #f6f3e9;
}
.spanish-villa {
color: #dfb49f;
}
/* CSS Variables */
:root {
--flax-fibre-grey:#b7a99a;
--lover-s-hideaway:#d0c6b4;
--august-moon:#e6e1d6;
--engulfed-in-light:#f6f3e9;
--spanish-villa:#dfb49f;
}