Skip to main content

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: #073048
  • dark: #004C70
  • base: #095B87
  • light: #0886CA

slate

  • dark: #464B53
  • mid: #334256
  • base: #64768D
  • light: #C1D3E3

finch

  • teal: #004B71
  • white: #F0F5F9
  • cyan: #52BEE2
  • blue: #7DA9CD
  • sky_hover: #9ACFFC
  • charcoal: #47484A
  • mist_hover: #CED7DC
  • navy_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

als_computing_colors-1.0.2.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

als_computing_colors-1.0.2-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

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

Hashes for als_computing_colors-1.0.2.tar.gz
Algorithm Hash digest
SHA256 37e53ecbeaa27e28579f2d323c9b168045c2d4e2f5a78ab468b30a308e92a52c
MD5 db736025282adfdd6d48a851970149c1
BLAKE2b-256 7a933709ec3d37fa4b96036ca56fa415695f5e5c5b64842300f4a784feaa8746

See more details on using hashes here.

File details

Details for the file als_computing_colors-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for als_computing_colors-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1d65c89bd42d6f7238232f9ec3eb1c75a8e65963133ffd581dcb3d76922fdd6c
MD5 b5cde15392adb3d1541f98c5f83186c8
BLAKE2b-256 e76d31e3207c47b6b6f67d177b94e0ef1f00d65af1b8f7f2c5ef1c9c62a5f60c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page