Color names in this palette
CSS code for this palette
/* CSS */
.minestrone {
color: #c92b13;
}
.chanterelle {
color: #d5a71a;
}
.fluffy-duckling {
color: #f9e339;
}
.antique-tin {
color: #6e6f72;
}
.eerie-black {
color: #1c1c1c;
}
/* CSS Variables */
:root {
--minestrone:#c92b13;
--chanterelle:#d5a71a;
--fluffy-duckling:#f9e339;
--antique-tin:#6e6f72;
--eerie-black:#1c1c1c;
}