Color names in this palette
CSS code for this palette
/* CSS */
.coffee {
color: #714e38;
}
.field-poppy {
color: #d86d3b;
}
.ginger-milk {
color: #f9a053;
}
.tau-light-ochre {
color: #f4d10b;
}
.cheater {
color: #f2b05a;
}
/* CSS Variables */
:root {
--coffee:#714e38;
--field-poppy:#d86d3b;
--ginger-milk:#f9a053;
--tau-light-ochre:#f4d10b;
--cheater:#f2b05a;
}