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.0.tar.gz
(9.8 kB
view hashes)
Built Distribution
Close
Hashes for tailwind_colors-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3036521bef3ec124de7510b572821c9ce58e749c1444acd950d2dc4a44a16a74 |
|
MD5 | 355bfd47ebab6365f55bdc692ff701d9 |
|
BLAKE2b-256 | f8473665a90d974b98d8bbfe1a823ada0924c341a0e9bb323722893d5f40521b |