Color names in this palette
CSS code for this palette
/* CSS */
.texas-ranger-brown {
color: #9f512d;
}
.wild-rider-red {
color: #db143c;
}
.inferno-orange {
color: #ff4400;
}
.soviet-gold {
color: #ffd900;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
/* CSS Variables */
:root {
--texas-ranger-brown:#9f512d;
--wild-rider-red:#db143c;
--inferno-orange:#ff4400;
--soviet-gold:#ffd900;
--f-n-h-ng-pink:#ff6bb5;
}