@batpb/genart - generative art library

Logo

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

Pink Colors by Hex

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.

All Colors


Table of Contents

radishical (#EC417A)

medium pink (#F06090)

sachet pink (#F490B1)

christy’s smile (#F8B9CE)

spun sugar (#FCE3EC)

fen hong pink (#FF6BB5)

Fin.


radishical (#EC417A)


import { PC_EC417A } from 'palette-colors';

let name: string = PC_EC417A.NAME;

Table of Contents

medium pink (#F06090)


import { PC_F06090 } from 'palette-colors';

let name: string = PC_F06090.NAME;

Table of Contents

sachet pink (#F490B1)


import { PC_F490B1 } from 'palette-colors';

let name: string = PC_F490B1.NAME;

Table of Contents

christy’s smile (#F8B9CE)


import { PC_F8B9CE } from 'palette-colors';

let name: string = PC_F8B9CE.NAME;

Table of Contents

spun sugar (#FCE3EC)


import { PC_FCE3EC } from 'palette-colors';

let name: string = PC_FCE3EC.NAME;

Table of Contents

fen hong pink (#FF6BB5)


import { PC_FF6BB5 } from 'palette-colors';

let name: string = PC_FF6BB5.NAME;

Table of Contents


Fin.

Table of Contents