Color names in this palette
CSS code for this palette
/* CSS */
.golden-mushroom {
color: #f5e8d1;
}
.sand-dance {
color: #e0c5b8;
}
.salt-water-taffy {
color: #d0a99a;
}
.african-bubinga {
color: #c78f7a;
}
.cobrizo {
color: #b66c5d;
}
/* CSS Variables */
:root {
--golden-mushroom:#f5e8d1;
--sand-dance:#e0c5b8;
--salt-water-taffy:#d0a99a;
--african-bubinga:#c78f7a;
--cobrizo:#b66c5d;
}