Color names in this palette
CSS code for this palette
/* CSS */
.red-contrast {
color: #b43131;
}
.fireglow {
color: #d95c3f;
}
.trump-tan {
color: #f6a76a;
}
.tasman-honey-yellow {
color: #e5c75d;
}
.nature-s-delight {
color: #a9d18f;
}
/* CSS Variables */
:root {
--red-contrast:#b43131;
--fireglow:#d95c3f;
--trump-tan:#f6a76a;
--tasman-honey-yellow:#e5c75d;
--nature-s-delight:#a9d18f;
}