ALS system design color palette for Python projects
Project description
ALS System Design Colors
ALS system design color palette — available as a Tailwind CSS preset (npm) and a Python library (PyPI).
npm — Tailwind CSS preset
Installation
npm install @als-computing/colors
Usage
// tailwind.config.js
const alsColors = require('@als-computing/colors')
module.exports = {
presets: [alsColors],
}
PyPI — Python library
Installation
pip install als-computing-colors
Usage
from als_computing_colors import colors, primary, secondary, neutral, main
# Full palette dict
print(colors["primary"]["500"]) # '#166488'
# Convenience aliases
print(primary["300"]) # '#27A3DD'
print(secondary["600"]) # '#549EBB'
Color Palette
| Scale | primary | secondary | neutral | main |
|---|---|---|---|---|
| 300 | #27A3DD |
#C1DCE6 |
#F7F7F8 |
#123345 |
| 400 | #1D84B4 |
#9CC7D8 |
#DCDDE0 |
#0F455E |
| 500 | #166488 |
#78B2C9 |
#C1C4C8 |
#0082AF |
| 600 | #0F455E |
#549EBB |
#A6AAB0 |
#549EBB |
| 700 | #082430 |
#3E829D |
#8B9098 |
#86AABA |
| 800 | #010304 |
#306478 |
#71767F |
#A6AAB0 |
| 900 | #000000 |
#214654 |
#595D64 |
#B9B9B9 |
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.0.tar.gz.
File metadata
- Download URL: als_computing_colors-1.0.0.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 |
800364a5e2e9ae8d5250929abf877e317a63b32e7b4af5fb2e70d2d9de646123
|
|
| MD5 |
cc6ca7b9307376fe06ab27d8101d5b6d
|
|
| BLAKE2b-256 |
ef377dd253d9cbe73d8a41b1ca5e2ab7046d8341df5759edc978835e14f7258f
|
File details
Details for the file als_computing_colors-1.0.0-py3-none-any.whl.
File metadata
- Download URL: als_computing_colors-1.0.0-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 |
2851d39c9b69300f53dc13201d6f523339a725adc6761b945cc4f66aed2a7686
|
|
| MD5 |
1fd6a10d7384c9d3bbac1d0c6bce0ce5
|
|
| BLAKE2b-256 |
d8c26642744ad3adbe4a1f7b1cc93ae1e4cfb332144ef6179566d7ac4bdd96e4
|