An open API service indexing awesome lists of open source software.

https://github.com/mayashavin/palette-generator

Generate tool for color palettes from images and use in TailwindCSS
https://github.com/mayashavin/palette-generator

Last synced: over 1 year ago
JSON representation

Generate tool for color palettes from images and use in TailwindCSS

Awesome Lists containing this project

README

          

# Palette Generators from image

> Generate color palette from image to use in TaiwindCSS

> Website:

![Palette generator banner](https://res.cloudinary.com/mayashavin/image/upload/w_700,q_auto,f_auto/v1599167283/colors_generator/palette-generator)

## Features

1. Detect and generate predominant colors of a given image.
2. Generate related palette for each color according to TailwindCSS style.
3. Copy & paste the palette code to use in TailwindCSS

## Technologies

Nuxt.js, TailwindCSS, Vercel

## Build Setup

```bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).