Color names in this palette
CSS code for this palette
/* CSS */
.socialist {
color: #961a17;
}
.cherry-pie {
color: #be2823;
}
.dangerously-red {
color: #d5443f;
}
.kogane-gold {
color: #e7b11d;
}
.opulent-orange {
color: #f25f45;
}
/* CSS Variables */
:root {
--socialist:#961a17;
--cherry-pie:#be2823;
--dangerously-red:#d5443f;
--kogane-gold:#e7b11d;
--opulent-orange:#f25f45;
}