A TypeScript compatible library built on p5.js for creating responsive generative art projects.
view the project on github brittni-and-the-polar-bear/generative-art-library
Colors are in numeric order by hex value.
Colors are ordered by luminance on the Red Colors by Luminance page.
Color block links redirect to Coolors color pages.
import { PC_BC010A } from 'palette-colors';
let name: string = PC_BC010A.NAME;
import { PC_D01625 } from 'palette-colors';
let name: string = PC_D01625.NAME;