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)
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.4.1.tar.gz
(16.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tailwind_colors-1.4.1.tar.gz.
File metadata
- Download URL: tailwind_colors-1.4.1.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.25.4 CPython/3.12.3 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0e2e98a71091af95949ea58ccf622f420ef72a9057ea3313fa6821294176209
|
|
| MD5 |
9996cdc9c6b51caf46119af2ba185633
|
|
| BLAKE2b-256 |
ceefafcf5a276055646a43dc413229fdde0519cff31804d8997eb59179a7857a
|
File details
Details for the file tailwind_colors-1.4.1-py3-none-any.whl.
File metadata
- Download URL: tailwind_colors-1.4.1-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.25.4 CPython/3.12.3 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f4456e1b3f1b7a4f0d5d4a2a3130769b11272e05c2bce4373a23b7e783825f3
|
|
| MD5 |
f10a4d69e16a92c1380b243ac96ac306
|
|
| BLAKE2b-256 |
cf60e00367d7631e2c663ba1981be12736514afb6d15471ef840f22f1e52a867
|