Use the default color palette from TailwindCSS (https://tailwindcss.com/docs/customizing-colors) in your python code for plotting, image generation, etc.
Project description
Python Tailwind Colors
Use the default color palette from TailwindCSS (https://tailwindcss.com/docs/customizing-colors) in your python code for plotting, image generation, etc..
Installation:
poetry add tailwind_colors
# or
pip install tailwind_colors
Usage:
from tailwind_colors import TAILWIND_COLORS_HEX, TAILWIND_COLORS_RGB
print(TAILWIND_COLORS_HEX.FUCHSIA_600) # prints '#c026d3'
print(TAILWIND_COLORS_RGB.FUCHSIA_600) # prints (192, 38, 211)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tailwind_colors-1.3.0.tar.gz
(14.4 kB
view hashes)
Built Distribution
Close
Hashes for tailwind_colors-1.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa047acfe2037302016028b1c0ef65585c33d983945de704acf7ef8b665f729e |
|
MD5 | 1130f9d1c256d5ae5721b261671cc3c8 |
|
BLAKE2b-256 | 41147aa84fae701d0260eed060dbe3a0bd026fd43cc29ccf2606a75257e72101 |