CSS 变量生成器

:root {
  --primary-color: #D97706;
  --secondary-color: #1C1917;
  --font-size-base: 16px;
  --border-radius: 8px;
  --spacing-unit: 1rem;
  --font-family: 'Inter', sans-serif;
}

Live Preview

This is a preview text using your CSS variables.