Color names in this palette
CSS code for this palette
/* CSS */
.flan {
color: #f6e2b6;
}
.ninjin-orange {
color: #e5a86c;
}
.fired-up {
color: #d57a39;
}
.polished-copper {
color: #b85d28;
}
.red-rust {
color: #893b1a;
}
/* CSS Variables */
:root {
--flan:#f6e2b6;
--ninjin-orange:#e5a86c;
--fired-up:#d57a39;
--polished-copper:#b85d28;
--red-rust:#893b1a;
}