Color names in this palette
CSS code for this palette
/* CSS */
.consumed-by-fire {
color: #f47f1f;
}
.vivid-red-tangelo {
color: #da5e25;
}
.wilted-brown {
color: #a94d3d;
}
.glade-green {
color: #5f7e4e;
}
.antilles-blue {
color: #3b5b8c;
}
/* CSS Variables */
:root {
--consumed-by-fire:#f47f1f;
--vivid-red-tangelo:#da5e25;
--wilted-brown:#a94d3d;
--glade-green:#5f7e4e;
--antilles-blue:#3b5b8c;
}