Color names in this palette
CSS code for this palette
/* CSS */
.flax-fibre-grey {
color: #b7a99a;
}
.porcelain-basin {
color: #d9cfc4;
}
.brandied-pears {
color: #eae1d2;
}
.sun-s-glory {
color: #f7f2e4;
}
.prairie-rose {
color: #f3c7bf;
}
/* CSS Variables */
:root {
--flax-fibre-grey:#b7a99a;
--porcelain-basin:#d9cfc4;
--brandied-pears:#eae1d2;
--sun-s-glory:#f7f2e4;
--prairie-rose:#f3c7bf;
}