Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.sango-red {
color: #f56b4d;
}
.trump-tan {
color: #f8a76d;
}
.yellow-cream {
color: #f2d269;
}
.crystal-green {
color: #a6d87d;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--sango-red:#f56b4d;
--trump-tan:#f8a76d;
--yellow-cream:#f2d269;
--crystal-green:#a6d87d;
}