CSS Form Style Generator

Generate custom CSS form styles with live preview. Style inputs, labels, and buttons.

19.1Kuses
8.1/10(426)

Colors

8px
12px
10px
14px
14px
16px

CSS Code

.form-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-label {
  color: #a0a0b0;
  font-size: 14px;
  font-weight: 500;
}

.form-input {
  background-color: #1a1a2e;
  border: 1px solid #333355;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  color: #e0e0e0;
  outline: none;
  transition: border-color 0.2s ease;
}

.form-input:focus {
  border-color: #6366f1;
}

Recommended Products

Ad

Affiliate Disclosure: As an Amazon Associate, ToolBird earns from qualifying purchases. Links above are affiliate links — if you buy through them, we may earn a small commission at no extra cost to you.

Disclaimer: This tool is provided as-is for informational and educational purposes only.

ToolBird Assistant

Find the right tool instantly

Hey! I'm ToolBird Assistant. Tell me what you need and I'll find the right tool for you.