Color names in this palette
CSS code for this palette
/* CSS */
.caramelo-dulce {
color: #d59d6c;
}
.brown-clay {
color: #c67c58;
}
.colorful-leaves {
color: #a95d42;
}
.tiramisu {
color: #754b3e;
}
.simmered-seaweed {
color: #4b3b30;
}
/* CSS Variables */
:root {
--caramelo-dulce:#d59d6c;
--brown-clay:#c67c58;
--colorful-leaves:#a95d42;
--tiramisu:#754b3e;
--simmered-seaweed:#4b3b30;
}