Color names in this palette
CSS code for this palette
/* CSS */
.pure-red {
color: #d62b1f;
}
.strawberry-avalanche {
color: #f0493d;
}
.firecracker {
color: #f76a36;
}
.chat-orange {
color: #f99f3e;
}
.neon-light {
color: #fbe35b;
}
/* CSS Variables */
:root {
--pure-red:#d62b1f;
--strawberry-avalanche:#f0493d;
--firecracker:#f76a36;
--chat-orange:#f99f3e;
--neon-light:#fbe35b;
}