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