Color names in this palette
CSS code for this palette
/* CSS */
.caught-red-handed {
color: #be4737;
}
.wet-coral {
color: #d15c4d;
}
.brewed-mustard {
color: #e68865;
}
.radome-tan {
color: #f5c9a3;
}
.cr-me-de-la-cr-me {
color: #f4e6b3;
}
/* CSS Variables */
:root {
--caught-red-handed:#be4737;
--wet-coral:#d15c4d;
--brewed-mustard:#e68865;
--radome-tan:#f5c9a3;
--cr-me-de-la-cr-me:#f4e6b3;
}