Color names in this palette
CSS code for this palette
/* CSS */
.crowned-one {
color: #d3b697;
}
.classic-terra {
color: #e5cfae;
}
.hinoki {
color: #f9deb4;
}
.squash-blossom {
color: #f6b83c;
}
.caramel-macchiato {
color: #c78c4d;
}
/* CSS Variables */
:root {
--crowned-one:#d3b697;
--classic-terra:#e5cfae;
--hinoki:#f9deb4;
--squash-blossom:#f6b83c;
--caramel-macchiato:#c78c4d;
}