uno-colors
v0.1.0
Published
Generate UnoCSS color gradation
Readme
Usage
Install the package
pnpm add uno-colors -DConfigure uno.config.ts
import { unoColors } from 'uno-colors'
import { defineConfig } from 'unocss'
export default defineConfig({
theme: {
colors: unoColors({
primary: '#64cc96'
})
}
})Preview

