README
This file was taken from https://material.io/inline-tools/color/ We did a reverse enginerging to get rid of the UI part.
How to Use
const materialColours = require('@aytek/material-color-picker') console.log(materialColours(#FF0000))
material color picker
<script type="module">
import aytekMaterialColorPicker from 'https://cdn.skypack.dev/@aytek/material-color-picker';
</script>
This file was taken from https://material.io/inline-tools/color/ We did a reverse enginerging to get rid of the UI part.
How to Use
const materialColours = require('@aytek/material-color-picker') console.log(materialColours(#FF0000))