CDN Resources for color
Various ways to access color via Content Delivery Networks
Package Installation
npm
npm install color
yarn
yarn add color
pnpm
pnpm add color
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/color"></script>
Unpkg
<script src="https://unpkg.com/color"></script>
jsDelivr ESM
<script type="module">
import color from 'https://cdn.jsdelivr.net/npm/color/+esm';
</script>
Skypack
<script type="module">
import color from 'https://cdn.skypack.dev/color';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages