Color names in this palette
CSS code for this palette
/* CSS */
.nomadic-desert {
color: #c8b298;
}
.pale-wheat {
color: #d9c0a1;
}
.sensible-hue {
color: #e9d7b4;
}
.creamy-vanilla {
color: #f3e5bf;
}
.meatbun {
color: #f8efd3;
}
/* CSS Variables */
:root {
--nomadic-desert:#c8b298;
--pale-wheat:#d9c0a1;
--sensible-hue:#e9d7b4;
--creamy-vanilla:#f3e5bf;
--meatbun:#f8efd3;
}