Color names in this palette
CSS code for this palette
/* CSS */
.rusty-nail {
color: #c9501d;
}
.chaat-masala {
color: #e97d2f;
}
.goldsmith {
color: #f2b650;
}
.arts-crafts-gold {
color: #f3c48c;
}
.cameo-cream {
color: #f4e2c3;
}
/* CSS Variables */
:root {
--rusty-nail:#c9501d;
--chaat-masala:#e97d2f;
--goldsmith:#f2b650;
--arts-crafts-gold:#f3c48c;
--cameo-cream:#f4e2c3;
}