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.2.1.tar.gz
(9.8 kB
view hashes)
Built Distribution
Close
Hashes for tailwind_colors-1.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9dd804c3033b1fdd2bf4e6c1385ff14b7a850f7abd2e3d4d8a90492fcc6172a |
|
MD5 | 197d11a68513645b436ab8d918ee7525 |
|
BLAKE2b-256 | 40d9aee838e02f32bcd39952d46516fab2c0ad12ef81ade94f4846be93f9eb65 |