Color names in this palette
CSS code for this palette
/* CSS */
.vivid-red-tangelo {
color: #da5e25;
}
.chrome-yellow {
color: #faa700;
}
.brimstone {
color: #febe2a;
}
.mid-century-furniture {
color: #aa5c1d;
}
.green-383 {
color: #3e3b2d;
}
/* CSS Variables */
:root {
--vivid-red-tangelo:#da5e25;
--chrome-yellow:#faa700;
--brimstone:#febe2a;
--mid-century-furniture:#aa5c1d;
--green-383:#3e3b2d;
}