Color names in this palette
CSS code for this palette
/* CSS */
.fuzzy-wuzzy-brown {
color: #c35755;
}
.masoho-red {
color: #d5786c;
}
.sumptuous-peach {
color: #e5b89a;
}
.apricot-freeze {
color: #f1d1b7;
}
.sly-shrimp {
color: #f8e2d8;
}
/* CSS Variables */
:root {
--fuzzy-wuzzy-brown:#c35755;
--masoho-red:#d5786c;
--sumptuous-peach:#e5b89a;
--apricot-freeze:#f1d1b7;
--sly-shrimp:#f8e2d8;
}