lea37 / figma-vibrant

Figma plugin to extract vibrant (light, dark, muted) colors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Figma Vibrant Colors

Figma Vibrant Colors

Extract prominent colors from an image.

Install on Figma

Core

This plugin is based on Dominant Color Toolkit 🎨. It uses node-vibrant library to extract vibrant palette (vibrant, lightVibrant, darkVibrant, muted, lightMuted, darkMuted)

Install

  1. git clone https://github.com/lea37/figma-vibrant.git
  2. cd figma-vibrant
  3. npm install
  4. npm run dev or npm run build

Use

Go to Plugins > Development > Import plugin from manifest... Choose the manifest.json at the root of the figma-vibrant folder.

About

Figma plugin to extract vibrant (light, dark, muted) colors.

License:MIT License


Languages

Language:TypeScript 91.3%Language:JavaScript 8.7%