Skip to content

lukelbro/uchu_python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork of uchu for compatibility with python

Colors are converted to Hex. You said fork so I forked.

pip install git+https://github.com/lukelbro/uchu_python.git

Example usage

import uchu

print(uchu.red)       # Base red color
print(uchu.reddark)   # Darker shade of red
print(uchu.redlight)  # Lighter shade of red

Overview

uchū is the color palette for internet lovers, by NetOperator Wibby. uchū utilizes the OKLCH color space for reasons. I've been using this color palette for personal projects for about a year and have been quite pleased with it.

No, I will not add other color spaces.

Table of Contents

About

the color palette for internet lovers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 41.4%
  • Python 21.4%
  • SCSS 19.6%
  • TypeScript 17.6%