Color names in this palette
CSS code for this palette
/* CSS */
.cheater {
color: #f2b05a;
}
.california {
color: #e68937;
}
.vivid-red-tangelo {
color: #d95e20;
}
.sh-n-ch-ng-orange {
color: #c13d1f;
}
.rumba-red {
color: #8d2a3e;
}
/* CSS Variables */
:root {
--cheater:#f2b05a;
--california:#e68937;
--vivid-red-tangelo:#d95e20;
--sh-n-ch-ng-orange:#c13d1f;
--rumba-red:#8d2a3e;
}