Color names in this palette
CSS code for this palette
/* CSS */
.sun-orange {
color: #f47b1f;
}
.tiger-moth-orange {
color: #d85f0e;
}
.bloodhound {
color: #b94d0e;
}
.caponata {
color: #812f0e;
}
.english-breakfast {
color: #4a0d0e;
}
/* CSS Variables */
:root {
--sun-orange:#f47b1f;
--tiger-moth-orange:#d85f0e;
--bloodhound:#b94d0e;
--caponata:#812f0e;
--english-breakfast:#4a0d0e;
}