Color names in this palette
CSS code for this palette
/* CSS */
.caught-red-handed {
color: #be4737;
}
.fireglow {
color: #d66043;
}
.autumn-glimmer {
color: #e88a4f;
}
.casablanca {
color: #f6b151;
}
.westfall-yellow {
color: #f9d64e;
}
/* CSS Variables */
:root {
--caught-red-handed:#be4737;
--fireglow:#d66043;
--autumn-glimmer:#e88a4f;
--casablanca:#f6b151;
--westfall-yellow:#f9d64e;
}