Color names in this palette
CSS code for this palette
/* CSS */
.adonis-rose-yellow {
color: #f0c24c;
}
.brass-mesh {
color: #e3a64a;
}
.coppersmith {
color: #d58a3f;
}
.ochre-pigment {
color: #c46f36;
}
.beef-hotpot {
color: #a8592e;
}
/* CSS Variables */
:root {
--adonis-rose-yellow:#f0c24c;
--brass-mesh:#e3a64a;
--coppersmith:#d58a3f;
--ochre-pigment:#c46f36;
--beef-hotpot:#a8592e;
}