Color names in this palette
CSS code for this palette
/* CSS */
.fresco-cream {
color: #f9c9a4;
}
.first-date {
color: #f2b5a1;
}
.shanghai-peach {
color: #d49a8c;
}
.clay-marble {
color: #a58a78;
}
.browse-brown {
color: #6d5f5f;
}
/* CSS Variables */
:root {
--fresco-cream:#f9c9a4;
--first-date:#f2b5a1;
--shanghai-peach:#d49a8c;
--clay-marble:#a58a78;
--browse-brown:#6d5f5f;
}