Color names in this palette
CSS code for this palette
/* CSS */
.nutmeg {
color: #7e4c3a;
}
.brown-clay {
color: #c27e5b;
}
.hush-puppy {
color: #e6af94;
}
.granola {
color: #f4cf9f;
}
.derry-coast-sunrise {
color: #f8e2ce;
}
/* CSS Variables */
:root {
--nutmeg:#7e4c3a;
--brown-clay:#c27e5b;
--hush-puppy:#e6af94;
--granola:#f4cf9f;
--derry-coast-sunrise:#f8e2ce;
}