A small library that defines a color scheme for the 12 musical notes in the chromatic scale.
I created this scheme to color the notes on the fretboard diagrams displayed on ukealong.com. For an example see the Ukulele Chord Detector tool.
npm install cromatica
import { noteColor } from 'cromatica';
const color = noteColor('C');