Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3e;
}
.plastic-carrot {
color: #f35c20;
}
.trump-tan {
color: #f7a469;
}
.golden-nectar {
color: #ffda6b;
}
.vanilla-shake {
color: #fffbf0;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3e;
--plastic-carrot:#f35c20;
--trump-tan:#f7a469;
--golden-nectar:#ffda6b;
--vanilla-shake:#fffbf0;
}