ALS system design color palette for Python projects
Project description
ALS Computing Colors
Shared color palette published to both npm and PyPI.
Install
npm (Tailwind preset)
npm install @als-computing/colors
PyPI (Python package)
pip install als-computing-colors
Usage
Tailwind CSS
// tailwind.config.js
const alsColors = require('@als-computing/colors')
module.exports = {
presets: [alsColors],
}
Then use classes like:
<div class="bg-sky-base text-finch-white">Hello</div>
<button class="bg-finch-teal hover:bg-finch-navy-hover">Click</button>
Python
from als_computing_colors import colors, sky, slate, finch
print(colors["sky"]["base"]) # '#095B87'
print(sky["light"]) # '#0886CA'
print(slate["mid"]) # '#334256'
print(finch["navy_hover"]) # '#0E3B55'
Palette
sky
darkest:#073048dark:#004C70base:#095B87light:#0886CA
slate
dark:#464B53mid:#334256base:#64768Dlight:#C1D3E3
finch
teal:#004B71white:#F0F5F9cyan:#52BEE2blue:#7DA9CDsky_hover:#9ACFFCcharcoal:#47484Amist_hover:#CED7DCnavy_hover:#0E3B55
License
MIT
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
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 als_computing_colors-1.0.2.tar.gz.
File metadata
- Download URL: als_computing_colors-1.0.2.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37e53ecbeaa27e28579f2d323c9b168045c2d4e2f5a78ab468b30a308e92a52c
|
|
| MD5 |
db736025282adfdd6d48a851970149c1
|
|
| BLAKE2b-256 |
7a933709ec3d37fa4b96036ca56fa415695f5e5c5b64842300f4a784feaa8746
|
File details
Details for the file als_computing_colors-1.0.2-py3-none-any.whl.
File metadata
- Download URL: als_computing_colors-1.0.2-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d65c89bd42d6f7238232f9ec3eb1c75a8e65963133ffd581dcb3d76922fdd6c
|
|
| MD5 |
b5cde15392adb3d1541f98c5f83186c8
|
|
| BLAKE2b-256 |
e76d31e3207c47b6b6f67d177b94e0ef1f00d65af1b8f7f2c5ef1c9c62a5f60c
|