@keyframes blink{0%{background:transparent}50%{background:orange}100%{background:transparent}}#setupsetting{z-index:10000;position:fixed;box-sizing:border-box;width:12px;height:12px;border-radius:6px;margin:6px;animation:blink 3s ease-in-out 0s infinite;opacity:0.5}#colorset{display:inline-block}#colorset .color{float:left;overflow:hidden;width:200px;height:200px;border-radius:100px;margin:10px}#colorset .bottomcolorrow{clear:both}#colorset .maincolor{margin-left:120px;margin-bottom:-20px;background:#3D4F66}#colorset .secundarycolor{background:#3d6666}#colorset .complementarycolor{background:#f28c0f}