Color names in this palette
CSS code for this palette
/* CSS */
.amber-autumn {
color: #c6996c;
}
.california-chamois {
color: #e6b56b;
}
.sweet-honey {
color: #d2a25b;
}
.polenta {
color: #efc47b;
}
.indian-yellow {
color: #e7a55a;
}
/* CSS Variables */
:root {
--amber-autumn:#c6996c;
--california-chamois:#e6b56b;
--sweet-honey:#d2a25b;
--polenta:#efc47b;
--indian-yellow:#e7a55a;
}