Geometric Shapes Generator

Shape Type

Perfect circle using border-radius

Customization

100px

Preview

Generated CSS

.circle {
  width: 100px;
  height: 100px;
  background: #F59E0B;
  border-radius: 50%;
}