Color names in this palette
CSS code for this palette
/* CSS */
.milano-red {
color: #9e3337;
}
.fuzzy-wuzzy-brown {
color: #c15957;
}
.pink-chi {
color: #e6898b;
}
.sango-pink {
color: #f4b2ae;
}
.pink-dogwood {
color: #f6d0d1;
}
/* CSS Variables */
:root {
--milano-red:#9e3337;
--fuzzy-wuzzy-brown:#c15957;
--pink-chi:#e6898b;
--sango-pink:#f4b2ae;
--pink-dogwood:#f6d0d1;
}