CSS code for this palette
/* CSS */
.pure-red {
color: #d62b1f;
}
.hot-sun {
color: #f6b62c;
}
.marigold-dust {
color: #f6d13c;
}
.energise {
color: #70d06d;
}
.blue-chill {
color: #3a8d8a;
}
/* CSS Variables */
:root {
--pure-red:#d62b1f;
--hot-sun:#f6b62c;
--marigold-dust:#f6d13c;
--energise:#70d06d;
--blue-chill:#3a8d8a;
}