Color names in this palette
CSS code for this palette
/* CSS */
.harrison-rust {
color: #9d603f;
}
.grass-daisy {
color: #d2b72d;
}
.triforce-yellow {
color: #f5ea0f;
}
.oriole-yellow {
color: #f7d578;
}
.brown-coffee {
color: #492c2c;
}
/* CSS Variables */
:root {
--harrison-rust:#9d603f;
--grass-daisy:#d2b72d;
--triforce-yellow:#f5ea0f;
--oriole-yellow:#f7d578;
--brown-coffee:#492c2c;
}