Color names in this palette
CSS code for this palette
/* CSS */
.silver-tradition {
color: #d8d9d3;
}
.creole-cottage {
color: #e6b598;
}
.gold-pheasant {
color: #c87a5b;
}
.overcast-brick {
color: #b15b39;
}
.rustica {
color: #893e29;
}
/* CSS Variables */
:root {
--silver-tradition:#d8d9d3;
--creole-cottage:#e6b598;
--gold-pheasant:#c87a5b;
--overcast-brick:#b15b39;
--rustica:#893e29;
}