Skip to content

LiOS-org/LiOS-Colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiOS Colors

LiOS Colors

LiOS-Colors is a browsable library of carefully curated colors, focused on translucent UI-friendly variants for modern interfaces.

The website itself serves as the live preview — colors.liosorg.com

Installation

Using @import method:

@import url("https://data.colors.liosorg.com/translucent-colors.css");

Using git submodule add:

git submodule add https://github.com/LiOS-org/LiOS-Colors-Data.git

After submodule is added import it to your main CSS file:

@import url("${path-to-LiOS-Colors-Data}/translucent-colors.css");

Usage

Translucent colors works by using CSS variables to define a set of translucent color values that can be applied to elements in your design.

To use these colors, you must have the color in hex format and the color should also exist in LiOS-Colors database(verify by searching the color in the browse section).

Once you have the color in hex format and it exists in the database, you can use it in your CSS using variable names.

You can get the variable name by replacing # of the hex code with --, for example: #4b62d2 becomes --4b62d2.

LiOS HomeLiOS ColorsTech Informal

About

LiOS Colors is a browsable library of beautiful colors, whose main aim is to provide translucent colors for UI design. LiOS-Colors is a part of the LiOS-Org and a fork of meodai/color-names.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors