Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 305 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 305 Bytes

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