Color names in this palette
CSS code for this palette
/* CSS */
.pure-red {
color: #d62b1f;
}
.toasted-paprika {
color: #a44b2d;
}
.orange-blast {
color: #f6c898;
}
.direct-green {
color: #3b8929;
}
.radiant-sun {
color: #f3ca4f;
}
/* CSS Variables */
:root {
--pure-red:#d62b1f;
--toasted-paprika:#a44b2d;
--orange-blast:#f6c898;
--direct-green:#3b8929;
--radiant-sun:#f3ca4f;
}