@dldc/material-colors
v2.0.11
Published
A tool to create dynamic colors by interpolating multiple colors
Downloads
6
Readme
Interpolated Material Colors
Meterial Colors with infinite shade !
Install
yarn add interpolated-material-colors
Gist
import { InterpolatedMaterialColors } from 'interpolated-material-colors';
InterpolatedMaterialColors.red(500);
InterpolatedMaterialColors.red(710);