You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,35 @@
8
8
9
9
`Style-Forge.Colors` is an atomic CSS palette generator based on the HSL color model. Generate exactly the colors you need — programmatically, interactively, or by name. Perfect for design systems, theming, and scalable UIs.
10
10
11
+
## 🚀 Quick Start
12
+
13
+
```bash
14
+
npx sf.color
15
+
```
16
+
17
+
or use the full name:
18
+
19
+
```bash
20
+
npx style-forge.colors
21
+
```
22
+
23
+
## ✨ What you can do
24
+
* 🎨 Generate atomic HSL-based CSS color files
25
+
* ⚙️ Run fully in terminal — no JavaScript or framework required
26
+
* 🔁 Combine selected .css files into a palette
27
+
* 📦 Use in Tailwind, Vue, React, Svelte, or raw CSS
0 commit comments