Color names in this palette
CSS code for this palette
/* CSS */
.spring-roll {
color: #c4a664;
}
.gyoza-dumpling {
color: #d9b56d;
}
.clay-bake {
color: #e3c98c;
}
.boxwood-yellow {
color: #f1e5a2;
}
.rose-linen {
color: #e9b0a0;
}
/* CSS Variables */
:root {
--spring-roll:#c4a664;
--gyoza-dumpling:#d9b56d;
--clay-bake:#e3c98c;
--boxwood-yellow:#f1e5a2;
--rose-linen:#e9b0a0;
}