Color names in this palette
CSS code for this palette
/* CSS */
.cronut {
color: #d69f61;
}
.fuegan-orange {
color: #c67c4e;
}
.sierra-redwood {
color: #914f3b;
}
.cioccolato {
color: #5b3a2f;
}
.havana {
color: #3c2a2e;
}
/* CSS Variables */
:root {
--cronut:#d69f61;
--fuegan-orange:#c67c4e;
--sierra-redwood:#914f3b;
--cioccolato:#5b3a2f;
--havana:#3c2a2e;
}