.MidGreen { background: #AFA; }
.MidGreen-striped { background: repeating-linear-gradient(45deg, #AFA, #AFA 10px, #DFD 10px, #DFD 20px); }

.Purple { background: #BBF; }
.Purple-striped { background: repeating-linear-gradient(45deg, #BBF, #BBF 10px, #DDF 10px, #DDF 20px); }

.LightGreen { background: #DFD; }
.LightGreen-striped { background: repeating-linear-gradient(45deg, #DFD, #DFD 10px, #EFE 10px, #EFE 20px); }

.PaleRed { background: #F99; }
.PaleRed-striped { background: repeating-linear-gradient(45deg, #F99, #F99 10px, #FAA 10px, #FAA 20px); }

.Aqua { background: #BFF; }
.Aqua-striped { background: repeating-linear-gradient(45deg, #BFF, #BFF 10px, #DFF 10px, #DFF 20px); }

.Buff { background: #FFA; }
.Buff-striped { background: repeating-linear-gradient(45deg, #FFA, #FFA 10px, #FFD 10px, #FFD 20px); }

.Pink { background: #FAF; }
.Pink-striped { background: repeating-linear-gradient(45deg, #FAF, #FAF 10px, #FDF 10px, #FDF 20px); }

.LightGrey { background: #EEE; }
.LightGrey-striped { background: repeating-linear-gradient(45deg, #EEE, #EEE 10px, #FFF 10px, #FFF 20px); }

.PaleBuff { background: #FFD; }
.PaleBuff-striped { background: repeating-linear-gradient(45deg, #FFD, #FFD 10px, #FFE 10px, #FFE 20px); }

.MidGrey { background: #BBB; }
.MidGrey-striped { background: repeating-linear-gradient(45deg, #BBB, #BBB 10px, #DDD 10px, #DDD 20px); }

.Blue { background: #BDF; }
.Blue-striped { background: repeating-linear-gradient(45deg, #BDF, #BDF 10px, #DEF 10px, #DEF 20px); }

.White { background: #FFF; }
.White-striped { background: repeating-linear-gradient(45deg, #FFF, #FFF 10px, #EEE 10px, #EEE 20px); }

.Brown { background: #FC9; }
.Brown-striped { background: repeating-linear-gradient(45deg, #FC9, #FC9 10px, #FEA 10px, #FEA 20px); }

.Yellow { background: #FE7; }
.Yellow-striped { background: repeating-linear-gradient(45deg, #FE7, #FE7 10px, #FFA 10px, #FFA 20px); }

.PalePink { background: #FDF; }
.PalePink-striped { background: repeating-linear-gradient(45deg, #FDF, #FDF 10px, #FEF 10px, #FEF 20px); }

.Red { background: #F00; }
.Red-striped { background: repeating-linear-gradient(45deg, #F00, #F00 10px, #F77 10px, #F77 20px); }

.Black { background: #000; }
.Black-striped { background: repeating-linear-gradient(45deg, #000, #000 10px, #777 10px, #777 20px); }

