Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 311 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 311 Bytes

color-palette

a color palette algorithm of the site uicolors

Usage

install

pnpm i @soybeanjs/color-palette

use

import {
  colorPalettes,
  getColorPalette,
  getColorByColorPaletteNumber,
  getColorName,
} from "@soybeanjs/color-palette";