Loading...
Loading...
Generate an accessible semantic palette from a key color, or view, add, and modify StyleSeed design tokens. Use when a user supplies a brand color, asks which colors combine well, needs light/dark theme roles, or needs token files for implementation.
npx skill4agent add bitjaru/styleseed ss-tokens/ss-component/ss-pattern/ss-lint| Type | JSON Source | CSS Implementation |
|---|---|---|
| Colors | | |
| Typography | | |
| Spacing | | Tailwind utilities (no custom CSS needed) |
| Radius | | |
| Shadows | | |
generate colornode <styleseed-root>/engine/color/generate-palette.mjs \
--key-color "#276B5E" \
--mode light \
--character calm \
--harmony auto \
--temperature neutral \
--out .styleseed/palette.jsonlight|darkcalm|balanced|vivid|deepauto|tonal|adjacent|contrastneutral|warm|cool--format cssvalidcontrastSTYLESEED.mdKey colorPalette characterPalette modePalette harmonySurface temperature$ss-resolve.styleseed/palette.jsonpalette.csslistaddtokens/*.jsoncss/theme.css:root@theme inline.darkupdatetheme.css--success--green-500