LiOS Colors

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


Browse All Colors Palettes Generator
About
Github
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, in terminal run

npm run build
then import it to your main css file
@import url("${path-to-LiOS-Colors-Data}/dist/translucent-colors.css");

Usage