Color names in this palette
CSS code for this palette
/* CSS */
.porcelain-tan {
color: #f8d9c4;
}
.antique-cameo {
color: #f2b8a1;
}
.apricot-red {
color: #e78f7e;
}
.masoho-red {
color: #d57c6c;
}
.fuzzy-wuzzy-brown {
color: #c35b55;
}
/* CSS Variables */
:root {
--porcelain-tan:#f8d9c4;
--antique-cameo:#f2b8a1;
--apricot-red:#e78f7e;
--masoho-red:#d57c6c;
--fuzzy-wuzzy-brown:#c35b55;
}