Color names in this palette
CSS code for this palette
/* CSS */
.fuzzy-wuzzy-brown {
color: #c35755;
}
.zanci {
color: #d38978;
}
.pale-blush {
color: #e0b0a3;
}
.frosted-tulip {
color: #f6d8d5;
}
.tutu {
color: #f8e3e2;
}
/* CSS Variables */
:root {
--fuzzy-wuzzy-brown:#c35755;
--zanci:#d38978;
--pale-blush:#e0b0a3;
--frosted-tulip:#f6d8d5;
--tutu:#f8e3e2;
}