Radiale Farbverläufe (Anfang)

background: radial-gradient(white, orange);

background: radial-gradient( white 30%, orange 70%);

background: repeating-radial-gradient(white, white 10px, orange 10px, orange 20px);

background: repeating-radial-gradient(circle, white, white 10px, orange 10px, orange 20px);