Color names in this palette
CSS code for this palette
/* CSS */
.cioccolato {
color: #5c3a2e;
}
.mummy-brown {
color: #7d4d26;
}
.frapp-au-chocolat {
color: #9e6a3d;
}
.afghan-sand {
color: #d0a85d;
}
.pierogi {
color: #f2d78c;
}
/* CSS Variables */
:root {
--cioccolato:#5c3a2e;
--mummy-brown:#7d4d26;
--frapp-au-chocolat:#9e6a3d;
--afghan-sand:#d0a85d;
--pierogi:#f2d78c;
}