CSS Variables Manager
Manage CSS custom properties with import, preview, and multi-format export
Variables (15)
| Name | Value | Type | Category | Actions |
|---|---|---|---|---|
Live Preview
Sample Card Title
This sample text demonstrates typography variable effects. Adjust variable values on the left to preview changes in real time.
Export Code
:root {
--primary: #007bff;
--primary-contrast: #ffffff;
--secondary: #6c757d;
--text-color: #333333;
--text-secondary: #666666;
--bg-color: #ffffff;
--btn-padding: 8px 16px;
--input-padding: 8px 12px;
--font-family: system-ui, sans-serif;
--font-size: 16px;
--line-height: 1.6;
--shadow-sm: 0 1px 3px rgba(0,0,0,0.12);
--shadow-md: 0 4px 6px rgba(0,0,0,0.1);
--radius: 4px;
--border-color: #ced4da;
}CSS Variables Manager Guide
Features
- Variable Management — add, edit, delete CSS custom properties
- Category Management — colors, spacing, typography, shadows, borders
- Live Preview — see variable effects on sample components in real time
- Theme Switching — supports light/dark theme variables
- Multi-format Export — CSS :root, SCSS, Tailwind, JSON
- Import Parsing — import variables from existing CSS
Use Cases
- Design system / Design Token management
- Centralized website theme variable configuration
- Quick Tailwind config generation
- Team-standardized variable naming
- Multi-theme preview and switching