Skip to content

dldc-packages/material-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);