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

https://github.com/ant-design/antd-color-editor

๐ŸŽจ an open-source color editor for designing color system
https://github.com/ant-design/antd-color-editor

ant-design antd color-system hct kitchen token

Last synced: about 1 year ago
JSON representation

๐ŸŽจ an open-source color editor for designing color system

Awesome Lists containing this project

README

          

Antd Color Studio

[**๐ŸŽจ Quick Start >>**](https://ant-design.github.io/antd-color-editor/~demos/colorstudio-demo-demo)

An open-source color editor for designing color system

[Changelog](./CHANGELOG.md) ยท [Report Bug][issues-url] ยท [Request Feature][issues-url]

[![release][release-shield]][release-url]
[![releaseDate][release-date-shield]][release-date-url]
[![ciTest][ci-test-shield]][ci-test-url]
[![ciRelease][ci-release-shield]][ci-release-url]

[![contributors][contributors-shield]][contributors-url]
[![forks][forks-shield]][forks-url]
[![stargazers][stargazers-shield]][stargazers-url]
[![issues][issues-shield]][issues-url]

[![](https://raw.githubusercontent.com/ant-design/antd-color-editor/master/public/preview1.webp)](https://ant-design.github.io/antd-color-editor/~demos/colorstudio-demo-demo)

Table of contents

#### TOC

- [๐Ÿ“ฆ Installation](#-installation)

- [๐ŸŽจ Usage](#-usage)

- [Base on HCT](#base-on-hct)
- [Color Space](#color-space)
- [Color Accessibility](#color-accessibility)
- [Token Mode](#token-mode)
- [Setting Export](#setting-export)

- [โŒจ๏ธ Local Development](#๏ธ-local-development)

- [๐Ÿค Contributing](#-contributing)

- [๐Ÿ”— Links](#-links)

####

## ๐Ÿ“ฆ Installation

To install components, run the following command:

```bash
pnpm add antd-color-editor
```

[![][back-to-top]](#readme-top)

## ๐ŸŽจ Usage

### Base on HCT

Resources: [The Science of Color & Design](https://material.io/blog/science-of-color-design)

| | |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

### Color Space

![](https://raw.githubusercontent.com/ant-design/antd-color-editor/master/public/preview2.webp)

### Color Accessibility

![](https://raw.githubusercontent.com/ant-design/antd-color-editor/master/public/preview5.webp)

### Token Mode

![](https://raw.githubusercontent.com/ant-design/antd-color-editor/master/public/preview3.webp)

### Setting Export

![](https://raw.githubusercontent.com/ant-design/antd-color-editor/master/public/preview4.webp)

[![][back-to-top]](#readme-top)

## โŒจ๏ธ Local Development

You can use Gitpod for online development:

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)][gitpod-url]

Or clone it for local development:

```bash
$ git clone https://github.com/ant-design/antd-color-editor.git
$ cd antd-color-editor
$ pnpm install
$ pnpm start
```

[![][back-to-top]](#readme-top)

## ๐Ÿค Contributing

> ๐Ÿ“Š Total: **3**









[![][back-to-top]](#readme-top)

## ๐Ÿ”— Links

- material-color-utilities:

[![][back-to-top]](#readme-top)

---

#### ๐Ÿ“ License

This project is [MIT](./LICENSE) licensed.

[gitpod-url]: https://gitpod.io/#https://github.com/ant-design/antd-color-editor

[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square

[release-shield]: https://img.shields.io/npm/v/antd-color-editor?logo=npm
[release-url]: https://www.npmjs.com/package/antd-color-editor

[release-date-shield]: https://img.shields.io/github/release-date/ant-design/antd-color-editor?style=flat
[release-date-url]: https://github.com/ant-design/antd-color-editor/releases

[ci-test-shield]: https://github.com/ant-design/antd-color-editor/workflows/Test%20CI/badge.svg
[ci-test-url]: https://github.com/ant-design/antd-color-editor/actions/workflows/test.yml

[ci-release-shield]: https://github.com/ant-design/antd-color-editor/workflows/Build%20and%20Release/badge.svg
[ci-release-url]: https://github.com/ant-design/antd-color-editor/actions/workflows/release.yml

[contributors-shield]: https://img.shields.io/github/contributors/ant-design/antd-color-editor.svg?style=flat
[contributors-url]: https://github.com/ant-design/antd-color-editor/graphs/contributors

[forks-shield]: https://img.shields.io/github/forks/ant-design/antd-color-editor.svg?style=flat
[forks-url]: https://github.com/ant-design/antd-color-editor/network/members

[stargazers-shield]: https://img.shields.io/github/stars/ant-design/antd-color-editor.svg?style=flat
[stargazers-url]: https://github.com/ant-design/antd-color-editor/stargazers

[issues-shield]: https://img.shields.io/github/issues/ant-design/antd-color-editor.svg?style=flat
[issues-url]: https://github.com/ant-design/antd-color-editor/issues/new/choose