@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/generative-art-library

Blue Colors by Hex

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.

All Colors


Table of Contents

smalt (#003494)

midnight mirage (#041E43)

blue bouquet (#0437F1)

mediterranean sea (#1D90AF)

spray (#7DCED8)

Fin.


smalt (#003494)


import { PC_003494 } from 'palette-colors';

let name: string = PC_003494.NAME;

Table of Contents

midnight mirage (#041E43)


import { PC_041E43 } from 'palette-colors';

let name: string = PC_041E43.NAME;

Table of Contents

blue bouquet (#0437F1)


import { PC_0437F1 } from 'palette-colors';

let name: string = PC_0437F1.NAME;

Table of Contents

mediterranean sea (#1D90AF)


import { PC_1D90AF } from 'palette-colors';

let name: string = PC_1D90AF.NAME;

Table of Contents

spray (#7DCED8)


import { PC_7DCED8 } from 'palette-colors';

let name: string = PC_7DCED8.NAME;

Table of Contents


Fin.

Table of Contents