Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.california-chamois {
color: #e7b76e;
}
.bright-sienna {
color: #d98a59;
}
.raw-copper {
color: #c66a4e;
}
.rusty-sword {
color: #a6493f;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--california-chamois:#e7b76e;
--bright-sienna:#d98a59;
--raw-copper:#c66a4e;
--rusty-sword:#a6493f;
}