UT

CSS Shape Generator

Generate CSS shapes like polygons, circles, and ellipses.

.circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #3b82f6;
}