Skip to content

Maven API Kotlin KMPLicense

ComposeColors

PLATFORMS JVM ANDROID IOS JS WASM

A simple collection of colors that can be used inside any KMP compose project.

Features#

This library offers you compose color definitions and optionally also palettes for the colors.

Info

All features are splitted into separate modules, just include the modules you want to use!

📷 Screenshots#

material
./screenshots/material/material.png
x11
./screenshots/x11/x11.png

Supported Platforms#

This is a KMP (kotlin multiplatform) library and the provided modules do support following platforms.

Module JVM ANDROID MACOS IOS JS WASM Info
Core
core ✔ ✔ ✔ ✔ ✔ ✔
Modules
material ✔ ✔ ✔ ✔ ✔ ✔
material-palette ✔ ✔ ✔ ✔ ✔ ✔
x11 ✔ ✔ ✔ ✔ ✔ ✔
x11-palette ✔ ✔ ✔ ✔ ✔ ✔

🧬 Demo#

A full demo is included inside the demo module, it shows nearly every usage with working examples.