Color names in this palette
CSS code for this palette
/* CSS */
.pigeon-grey {
color: #c1b59f;
}
.thatched-cottage {
color: #d6c8a8;
}
.almond-brittle {
color: #e5d2b8;
}
.classic-ivory {
color: #f4e0c3;
}
.biscuit-beige {
color: #e9c0a5;
}
/* CSS Variables */
:root {
--pigeon-grey:#c1b59f;
--thatched-cottage:#d6c8a8;
--almond-brittle:#e5d2b8;
--classic-ivory:#f4e0c3;
--biscuit-beige:#e9c0a5;
}