CSS Button Generator

Design a styled button and copy the CSS.

CSS
.button {
  background: #12403c;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  cursor: pointer;
  font-weight: 600;
}

About this tool

Free CSS button generator. Customize colors, padding, radius, and shadow with a live preview and copy the button CSS — build beautiful buttons fast.

Read the full guide: how to use CSS Button Generator