Skip to content

maddhruv/colorspalette

Repository files navigation

Various colors palettes for your next project, design or app

Contributing

Adding New Palette

Adding a new palette is very easy, just follow the steps:

  • In palettes/index.ts file, create a new key and its object of the shape

    key: {
      name: 'Name of the Palette',
      colors: ['Array', 'of', 'colors', 'hex', 'rgb'],
      keywords: ['search', 'keywords', 'for', 'the', 'palette']
    }
  • There is no second step, just git add palettes/index.ts and commit - push.

Other (Features/Bug Fixes)

The app is build with Next.js (React, TypeScript, Styled Components), if you are comfortable with the stack and would love to contribute, feel welcomed to raising a PR.

Various NPM Scripts

script description
build build the app
dev run app in development mode
start start the built app

Father

The App is built with care 😷 by -