Color names in this palette
CSS code for this palette
/* CSS */
.bright-delight {
color: #c65d24;
}
.caramelo-dulce {
color: #d89e6e;
}
.harvest-gold {
color: #e8b569;
}
.calla {
color: #f2e1b5;
}
.peach-mimosa {
color: #f3a58c;
}
/* CSS Variables */
:root {
--bright-delight:#c65d24;
--caramelo-dulce:#d89e6e;
--harvest-gold:#e8b569;
--calla:#f2e1b5;
--peach-mimosa:#f3a58c;
}