Color names in this palette
CSS code for this palette
/* CSS */
.milk-chocolate {
color: #7a4c1a;
}
.brown-rust {
color: #b15d3e;
}
.sizzling-sunset {
color: #e67d4c;
}
.amber-yellow {
color: #f6b35a;
}
.shiny-trumpet {
color: #ebb056;
}
/* CSS Variables */
:root {
--milk-chocolate:#7a4c1a;
--brown-rust:#b15d3e;
--sizzling-sunset:#e67d4c;
--amber-yellow:#f6b35a;
--shiny-trumpet:#ebb056;
}