Color names in this palette
CSS code for this palette
/* CSS */
.caught-red-handed {
color: #be4737;
}
.ensh-cha-red {
color: #d06649;
}
.indiana-clay {
color: #e6895b;
}
.bee {
color: #f2b950;
}
.maize {
color: #f6cf51;
}
/* CSS Variables */
:root {
--caught-red-handed:#be4737;
--ensh-cha-red:#d06649;
--indiana-clay:#e6895b;
--bee:#f2b950;
--maize:#f6cf51;
}