Color names in this palette
CSS code for this palette
/* CSS */
.brown-bread {
color: #d5c5aa;
}
.fish-bone {
color: #e4d8c4;
}
.pearled-couscous {
color: #f1e9d5;
}
.almond-cream {
color: #f4c49f;
}
.seasonal-beige {
color: #e9b79f;
}
/* CSS Variables */
:root {
--brown-bread:#d5c5aa;
--fish-bone:#e4d8c4;
--pearled-couscous:#f1e9d5;
--almond-cream:#f4c49f;
--seasonal-beige:#e9b79f;
}