Color names in this palette
CSS code for this palette
/* CSS */
.flan {
color: #f6e2b6;
}
.afternoon-stroll {
color: #d9c6a0;
}
.winter-feather {
color: #beae9d;
}
.city-loft {
color: #a79b8b;
}
.ye-olde-rustic-colour {
color: #7c6a55;
}
/* CSS Variables */
:root {
--flan:#f6e2b6;
--afternoon-stroll:#d9c6a0;
--winter-feather:#beae9d;
--city-loft:#a79b8b;
--ye-olde-rustic-colour:#7c6a55;
}