Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.white-veil {
color: #f7f1e3;
}
.arizona-white {
color: #e9d9c3;
}
.lover-s-hideaway {
color: #d1c6b3;
}
.flax-fibre-grey {
color: #b7a89a;
}
/* CSS Variables */
:root {
--white:#ffffff;
--white-veil:#f7f1e3;
--arizona-white:#e9d9c3;
--lover-s-hideaway:#d1c6b3;
--flax-fibre-grey:#b7a89a;
}