Color names in this palette
CSS code for this palette
/* CSS */
.trump-tan {
color: #f9a76c;
}
.hot-orange {
color: #f28a3a;
}
.mystic-tulip {
color: #f7b5a1;
}
.blended-fruit {
color: #f8e1a5;
}
.summertime {
color: #f1cf79;
}
/* CSS Variables */
:root {
--trump-tan:#f9a76c;
--hot-orange:#f28a3a;
--mystic-tulip:#f7b5a1;
--blended-fruit:#f8e1a5;
--summertime:#f1cf79;
}