Color names in this palette
CSS code for this palette
/* CSS */
.certain-peach {
color: #f5b9a3;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.california-chamois {
color: #e9b76d;
}
.cat-s-eye-marble {
color: #d9a65e;
}
.mulberry-thorn {
color: #c37a2c;
}
/* CSS Variables */
:root {
--certain-peach:#f5b9a3;
--enjoyable-yellow:#f6d6a7;
--california-chamois:#e9b76d;
--cat-s-eye-marble:#d9a65e;
--mulberry-thorn:#c37a2c;
}