Color names in this palette
CSS code for this palette
/* CSS */
.ivory-oats {
color: #f8e4bf;
}
.granola {
color: #f4cc9f;
}
.smoked-ham {
color: #f1b583;
}
.shrimp-cocktail {
color: #ef9f61;
}
.coppersmith {
color: #d68a3d;
}
/* CSS Variables */
:root {
--ivory-oats:#f8e4bf;
--granola:#f4cc9f;
--smoked-ham:#f1b583;
--shrimp-cocktail:#ef9f61;
--coppersmith:#d68a3d;
}