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)
Release files for tailwind_colors 1.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tailwind_colors-1.4.1.tar.gz | 16.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tailwind_colors-1.4.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:32.9 kB
Release files / tailwind_colors-1.4.1.tar.gz
| Download URL | tailwind_colors-1.4.1.tar.gz |
|---|---|
| Size | 16.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d0e2e98a71091af95949ea58ccf622f420ef72a9057ea3313fa6821294176209
|
|
BLAKE2b-256 checksum How to use checksums |
ceefafcf5a276055646a43dc413229fdde0519cff31804d8997eb59179a7857a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
pdm/2.25.4 CPython/3.12.3 Darwin/24.5.0
|
Release files / tailwind_colors-1.4.1-py3-none-any.whl
| Download URL | tailwind_colors-1.4.1-py3-none-any.whl |
|---|---|
| Size | 16.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9f4456e1b3f1b7a4f0d5d4a2a3130769b11272e05c2bce4373a23b7e783825f3
|
|
BLAKE2b-256 checksum How to use checksums |
cf60e00367d7631e2c663ba1981be12736514afb6d15471ef840f22f1e52a867
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
pdm/2.25.4 CPython/3.12.3 Darwin/24.5.0
|