Color names in this palette
CSS code for this palette
/* CSS */
.fiji-sands {
color: #d6c9a8;
}
.martica {
color: #f5e4b7;
}
.orpiment-yellow {
color: #f9c89a;
}
.caramelo-dulce {
color: #d89a6e;
}
.spice-route {
color: #c4714a;
}
/* CSS Variables */
:root {
--fiji-sands:#d6c9a8;
--martica:#f5e4b7;
--orpiment-yellow:#f9c89a;
--caramelo-dulce:#d89a6e;
--spice-route:#c4714a;
}