Free CSS examples

Copy polished patterns, then inspect your own.

Get the extension

Primary SaaS Button

.btn-pro-primary {
  border: 0;
  border-radius: 8px;
  background: #1565c0;
  color: #fff;
  font-weight: 700;
  padding: 12px 18px;
  box-shadow: 0 8px 18px rgba(21, 101, 192, .22);
}

Quiet Outline Button

.btn-pro-outline {
  border: 1px solid #b7c4d4;
  border-radius: 8px;
  background: #fff;
  color: #213043;
  font-weight: 700;
  padding: 11px 17px;
}