Color names in this palette
CSS code for this palette
/* CSS */
.almond-brittle {
color: #e4d1b9;
}
.wilted-leaf {
color: #efdac8;
}
.privileged {
color: #f4ead7;
}
.candlelight-ivory {
color: #fbf4e4;
}
.ivory-oats {
color: #fae3c2;
}
/* CSS Variables */
:root {
--almond-brittle:#e4d1b9;
--wilted-leaf:#efdac8;
--privileged:#f4ead7;
--candlelight-ivory:#fbf4e4;
--ivory-oats:#fae3c2;
}