Color names in this palette
CSS code for this palette
/* CSS */
.honey-glow {
color: #e8b64a;
}
.orange-gluttony {
color: #e77e23;
}
.firebird-tail-lights {
color: #db4e1f;
}
.edgy-red {
color: #b93c3c;
}
.disco {
color: #8c2c4f;
}
/* CSS Variables */
:root {
--honey-glow:#e8b64a;
--orange-gluttony:#e77e23;
--firebird-tail-lights:#db4e1f;
--edgy-red:#b93c3c;
--disco:#8c2c4f;
}