Color names in this palette
CSS code for this palette
/* CSS */
.almond-brittle {
color: #e4d1b9;
}
.pale-chamois {
color: #efe4d7;
}
.full-moon {
color: #f5f4e0;
}
.faint-fawn {
color: #e2c79d;
}
.honey-tea {
color: #dabe8b;
}
/* CSS Variables */
:root {
--almond-brittle:#e4d1b9;
--pale-chamois:#efe4d7;
--full-moon:#f5f4e0;
--faint-fawn:#e2c79d;
--honey-tea:#dabe8b;
}