Color names in this palette
CSS code for this palette
/* CSS */
.perfect-greige {
color: #b7a99e;
}
.country-cottage {
color: #d7c1b7;
}
.ancient-scroll {
color: #f0e3d1;
}
.nevada-morning {
color: #fdd5aa;
}
.spanish-pink {
color: #f8bfbf;
}
/* CSS Variables */
:root {
--perfect-greige:#b7a99e;
--country-cottage:#d7c1b7;
--ancient-scroll:#f0e3d1;
--nevada-morning:#fdd5aa;
--spanish-pink:#f8bfbf;
}