Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brianyu28/multicolor

A color picker and color palette utility
https://github.com/brianyu28/multicolor

Last synced: 1 day ago
JSON representation

A color picker and color palette utility

Awesome Lists containing this project

README

        

# Multicolor

A color picker and color palette utility

![Screenshot of Multicolor color palette](/assets/screenshot.png)

## Features

- Manage a palette of multiple colors
- Assign names to colors
- Pick colors by RGB values or hex codes

## Installation

`npm` and `cargo` are required to run the application.

Run the development server with:

```bash
$ npm install
$ npm run tauri dev
```

Build the application with:

```bash
$ npm run tauri build
```

## Authors

- [Brian Yu](https://github.com/brianyu28)