Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.royal-flycatcher-crest {
color: #f56600;
}
.crustose-lichen {
color: #c24a00;
}
.chocolate-fondue {
color: #9e2a00;
}
.lonely-chocolate {
color: #4d0a00;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--royal-flycatcher-crest:#f56600;
--crustose-lichen:#c24a00;
--chocolate-fondue:#9e2a00;
--lonely-chocolate:#4d0a00;
}