* { margin: 0; padding: 0; } body { background: #333; } div { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } .one { height: 150px; width: 150px; background: linear-gradient(135deg, #a957c1 0%,#d8556e 50%,#fed598 100%); border-radius: 24px; box-shadow: 0 0 8px rgba(0, 0, 0, .5); } .one .two { background: #fff; height: 110px; width: 110px; border-radius: 50%; box-shadow: 0 0 8px rgba(0, 0, 0, .2); } .two .three { border-radius: 50%; width: 80px; height: 80px; background: #fb8b98; } .three .four { border-radius: 50%; width: 50px; height: 50px; background: #f27489; } .four .five { border-radius: 50%; width: 26px; height: 26px; background: #d8556e; }