Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poseidon-code/tailwind-colors
Color pallette of TailwindCSS v3.0 made with ReactJS. Copy colors as HEX and RGB codes.
https://github.com/poseidon-code/tailwind-colors
color-picker colors reactjs tailwind tailwindcss
Last synced: 24 days ago
JSON representation
Color pallette of TailwindCSS v3.0 made with ReactJS. Copy colors as HEX and RGB codes.
- Host: GitHub
- URL: https://github.com/poseidon-code/tailwind-colors
- Owner: poseidon-code
- License: mit
- Created: 2021-01-25T18:02:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-16T07:40:00.000Z (about 3 years ago)
- Last Synced: 2024-11-14T14:42:07.573Z (3 months ago)
- Topics: color-picker, colors, reactjs, tailwind, tailwindcss
- Language: JavaScript
- Homepage: https://tailwindcolors.netlify.app
- Size: 3.36 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![tailwind-colors](./tailwind-colors.jpg)
[`https://tailwindcolors.netlify.app`](https://tailwindcolors.netlify.app)
### •
![Status](https://img.shields.io/badge/STATUS-active-brightgreen)
[![Netlify Status](https://api.netlify.com/api/v1/badges/013b7336-8058-4782-8a7f-7138e6d8d0f0/deploy-status)](https://app.netlify.com/sites/tailwindcolors/deploys)Color pallette of **TailwindCSS v3.0** made with ReactJS. Copy color codes as HEX codes and RGB codes.\
Check out the live build here : [Tailwind Colors](https://tailwindcolors.netlify.app)If you are using `tailwindcss` package in your project then read about configuring colors from [here](https://tailwindcss.com/docs/customizing-colors#curating-colors).
Install and use **[TailwindCSS v3.0](https://tailwindcss.com/docs)**
---
## Scripts
> `npm start` \
> Runs the app in the development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.> `npm test` \
> Launches the test runner in the interactive watch mode.> `npm run build` \
> Builds the app for production to the `build` folder.> `npm run eject` \
> It will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them## Acknowledgement
[Tailwind Colors](https://tailwindcolors.netlify.app) is made with [ReactJS](https://reactjs.org) and deployed on [Netlify](https://www.netlify.com).\
All the icons are provided by [FontAwesome](https://www.fontawesome.com).\
The brand logo is designed by myself.---
## License
MIT License
© poseidon-code 2021
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.