Color names in this palette
CSS code for this palette
/* CSS */
.sweet-potato {
color: #d87d3b;
}
.marron {
color: #6a4e4d;
}
.bermuda-onion {
color: #a05a91;
}
.nervy-hue {
color: #d4c059;
}
.oyster-bisque {
color: #f3e5af;
}
/* CSS Variables */
:root {
--sweet-potato:#d87d3b;
--marron:#6a4e4d;
--bermuda-onion:#a05a91;
--nervy-hue:#d4c059;
--oyster-bisque:#f3e5af;
}