Skip to content

A library for generating color palette shades and overlay colors (Java)

Notifications You must be signed in to change notification settings

tjek/material-color-creator-android

Repository files navigation

mccl

A library for generating color palette shades and overlay colors. Based on Google's Material Design color palette examples: https://www.google.com/design/spec/style/color.html#

The library simply generates a full palette of colors, from a single color which is interpreted as the Shade500 for the MaterialColor. From there you can easily grab any Shade from the MaterialColor and even the text color which will contrast nicely to the color. Great right?

Download

Add this in your root build.gradle file (not your module build.gradle file):

allprojects {
	repositories {
        maven { url "https://jitpack.io" }
    }
}

Then, add the library to your module build.gradle

dependencies {
    implementation 'com.github.shopgun:material-color-creator-android:2.0.0'
}

Screenshots

mccv

About

A library for generating color palette shades and overlay colors (Java)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages