Color names in this palette
CSS code for this palette
/* CSS */
.crescent-moon {
color: #f1e9d0;
}
.sand-pearl {
color: #e6d5b7;
}
.thatched-cottage {
color: #d5c6a5;
}
.flax-fibre-grey {
color: #b7a99a;
}
.portobello {
color: #a28b81;
}
/* CSS Variables */
:root {
--crescent-moon:#f1e9d0;
--sand-pearl:#e6d5b7;
--thatched-cottage:#d5c6a5;
--flax-fibre-grey:#b7a99a;
--portobello:#a28b81;
}