Compose-Extended-Colors
Compose-Extended-Colors copied to clipboard
🚀🌈♾ Utility library that expands Compose Colors with Material Design2 colors, color swatches, Material Design 3 Tonal Palettes, color names, and utility functions to convert between HSL, HSV, RGB,...
It is easy to just import the material library and do `getColorTonesMap(Color(harmonize(Color.Blue.toArgb(), MaterialTheme.colorScheme.primary.toArgb())))`, however it would be really nice to have this specific thing built into the library and mentioned...
[ material-color-utilities library](https://github.com/material-foundation/material-color-utilities ) doesn't return correct values as mentioned [in this issue](https://github.com/material-foundation/material-color-utilities/issues/21). As soon as it's fixed and have a package replace md3 package.
The library doesn't use any android only depdencies? Then it can be updated to use Compose Multiplatform as to suppport all platforms.