Color names in this palette
CSS code for this palette
/* CSS */
.gentle-glow {
color: #f3e5ba;
}
.straw-hat {
color: #f1d6a7;
}
.california-chamois {
color: #e6b96b;
}
.coppersmith {
color: #d88c3b;
}
.peach-caramel {
color: #c36b3c;
}
/* CSS Variables */
:root {
--gentle-glow:#f3e5ba;
--straw-hat:#f1d6a7;
--california-chamois:#e6b96b;
--coppersmith:#d88c3b;
--peach-caramel:#c36b3c;
}