Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.bonfire-night {
color: #d86b41;
}
.solar-fusion {
color: #d8a341;
}
.green-sheen {
color: #d8c94b;
}
.burst-of-lime {
color: #a4d84b;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--bonfire-night:#d86b41;
--solar-fusion:#d8a341;
--green-sheen:#d8c94b;
--burst-of-lime:#a4d84b;
}