Color names in this palette
CSS code for this palette
/* CSS */
.caught-red-handed {
color: #be4737;
}
.coral-orange {
color: #e56d48;
}
.trump-tan {
color: #f9a96c;
}
.salmon-eggs {
color: #f4d35d;
}
.mountain-mint {
color: #a8e1bf;
}
/* CSS Variables */
:root {
--caught-red-handed:#be4737;
--coral-orange:#e56d48;
--trump-tan:#f9a96c;
--salmon-eggs:#f4d35d;
--mountain-mint:#a8e1bf;
}