Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.orange-soda {
color: #f45e43;
}
.burning-coals {
color: #f69c6f;
}
.applesauce {
color: #f9d89a;
}
.leaf-bud {
color: #f2f3a0;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--orange-soda:#f45e43;
--burning-coals:#f69c6f;
--applesauce:#f9d89a;
--leaf-bud:#f2f3a0;
}