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 Pink Colors by Luminance page.
Color block links redirect to Coolors color pages.
import { PC_EC417A } from 'palette-colors';
let name: string = PC_EC417A.NAME;
import { PC_F06090 } from 'palette-colors';
let name: string = PC_F06090.NAME;
import { PC_F490B1 } from 'palette-colors';
let name: string = PC_F490B1.NAME;
import { PC_F8B9CE } from 'palette-colors';
let name: string = PC_F8B9CE.NAME;
import { PC_FCE3EC } from 'palette-colors';
let name: string = PC_FCE3EC.NAME;
import { PC_FF6BB5 } from 'palette-colors';
let name: string = PC_FF6BB5.NAME;