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 Blue Colors by Luminance page.
Color block links redirect to Coolors color pages.
import { PC_003494 } from 'palette-colors';
let name: string = PC_003494.NAME;
import { PC_041E43 } from 'palette-colors';
let name: string = PC_041E43.NAME;
import { PC_0437F1 } from 'palette-colors';
let name: string = PC_0437F1.NAME;
import { PC_1D90AF } from 'palette-colors';
let name: string = PC_1D90AF.NAME;
import { PC_7DCED8 } from 'palette-colors';
let name: string = PC_7DCED8.NAME;