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-navy 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

  • navy: #004B71
  • white: #F0F5F9
  • cyan: #52BEE2
  • slate-blue (JS) / slate_blue (Python): #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.3.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.3-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

Details for the file als_computing_colors-1.0.3.tar.gz.

File metadata

  • Download URL: als_computing_colors-1.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 bbc488f642171e84b7daed6f437fadf75fbaaf1a66bf2a6d3883de56893afee0
MD5 3947866be94b441d64875e7355fb7e68
BLAKE2b-256 2afe78d4f3838e6ef3ea8abf3ffc9dfa0aed2cadf11578d8e545dcc57ab6c9ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for als_computing_colors-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 fd22ad4daad5c91aa6c7dd430184733a94ceb1adbbe6a5b0c923df7431aa528b
MD5 699b5455425822feb4282bcf4410a34b
BLAKE2b-256 956c04dc3d5a252c07de3b2be22f84ce0992ae00914f76f9e091597144d6bf04

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