Skip to content

Commit

Permalink
add others palette from Aqueduct program
Browse files Browse the repository at this point in the history
  • Loading branch information
nclslbrn committed Dec 10, 2023
1 parent b225fd0 commit d6c7b89
Show file tree
Hide file tree
Showing 13 changed files with 245 additions and 4 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A package to get random palette from iconic painting of art history",
"author": "Nicolas Lebrun <[email protected]>",
"license": "MIT",
"homepage": "https://nicolas-lebrun.fr",
"homepage": "https://github.com/nclslbrn/iconic-palettes",
"repository": {
"type": "git",
"url": "https://github.com/nclslbrn/iconic-palettes.git"
Expand Down Expand Up @@ -55,4 +55,4 @@
"engines": {
"node": ">=12.7"
}
}
}
27 changes: 27 additions & 0 deletions src/artists/k.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import { type Scheme } from "../index"

export default [{
meta: {
title: "Fire evening",
artist: "Paul Klee",
year: "1929",
techniques: "Oil"
},
background: "#441C21",
colors: ["#8C1E92", "#FF4E0B", "#CD2019"],
stroke: "#4F51FE",
temp: "warm",
theme: "dark"
},{
meta: {
title: "The Ten Largest, No. 7, Adulthood",
artist: "Hilma af Klint",
year: "1907",
techniques: "Tempera"
},
background: "#c69fa4",
colors: ["#d84036", "#eeb639", "#3e3427", "#617b58", "#a89f7e", "#8da4bd"],
stroke: "#e1ccbc",
temp: "warm",
theme: "bright"
}] as Scheme[]
15 changes: 15 additions & 0 deletions src/artists/l.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import { type Scheme } from "../index"

export default [ {
meta: {
title: "Squiggles",
artist: "Sol Lewitt",
year: "1997",
techniques: "Gouache"
},
background: "#EAF2F0",
colors: ["#F9C40A", "#0A71B6", "#EB5432"],
stroke: "#190506",
temp: "warm",
theme:"bright"
},] as Scheme[]
39 changes: 39 additions & 0 deletions src/artists/m.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
import { type Scheme } from "../index"

export default [ {
meta: {
title: "The Son of Man",
artist: "René Magritte",
year: "1964",
techniques:"Oil"
},
background: "#E3BFA1",
colors: ["#3A282F", "#B60614", "#909018", "#92adb6"],
stroke: "#EE833E",
temp: "warm",
theme: "bright"
},{
meta: {
title: "Suprematist Composition",
artist: "Kazimir Malevich",
year: "1916",
techiques: "Oil"
},
background: "#eae8e6",
colors: ["#001A56", "#197C3F", "#D4A821", "#C74C25"],
stroke: "#151817",
temp: "cold",
theme: "bright"
}, {
meta: {
title: "Untitled",
artist: "Agnes Martin",
year: "1952",
techniques: "Watercolor and ink"
},
background: "#ddcfb4",
colors: ["#a6a08c", "#768bb1", "#b18676", "#8d897e"],
stroke: "#33312f",
temp: "cold",
theme: "bright"
},] as Scheme[]
15 changes: 15 additions & 0 deletions src/artists/n.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import { type Scheme } from "../index"

export default [{
meta: {
title: "Vir Heroicus Sublimis",
artist: "Barnett Newman",
year: "1951",
techniques: "Oil"
},
background: "#dfd9a5",
colors: ["#A6885D", "#8A3230", "#973B2B"],
stroke: "#442327",
temp: "warm",
theme: "bright"
},] as Scheme[]
15 changes: 15 additions & 0 deletions src/artists/o.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import { type Scheme } from "../index"

export default [{
meta: {
title: "Music, Pink and Blue, №2",
artist: "Georgia O’Keeffe",
year: "1918",
techniques: "Oil"
},
background: "#fed1bc",
colors: ["#add0cb", "#3fadd3", "#e2a6d6", "#0280b5"],
stroke: "#f04d40",
temp: "warm",
theme: "bright"
}] as Scheme[]
27 changes: 27 additions & 0 deletions src/artists/p.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import { type Scheme } from "../index"

export default [ {
meta: {
title: "A Girl Before A Mirror",
artist: "Pablo Picasso",
year: "1903",
techniques: "Oil"
},
background: "#1e1c1d",
colors: ["#7fad91", "#b7573e", "#ee963f", "#daca6a", "#475294", "#798eab"],
stroke: "#ccc0ce",
temp: "warm",
theme: "dark"
}, {
meta: {
title: "Number 1",
artist: "Jackson Pollock",
year: "1949",
techniques: "Enamel and metallic paint"
},
background: "#1A1C23",
colors: ["#D89CA9", "#1962A0", "#E8C051"],
stroke: "#F1ECD7",
temp: "warm",
theme: "cold"
},] as Scheme[]
23 changes: 23 additions & 0 deletions src/artists/r.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import { type Scheme } from "../index"

export default [ {
meta: {
title: "Movement in Squares",
artist: "Bridget Riley",
year: "1961",
techniques: "Synthetic emulsion on board"
},
background: "#1b4b5f",
colors: [
"#c84054",
"#c3982b",
"#4260b8",
"#2e8162",
"#185bc3",
"#b877b1",
"#adc370",
],
stroke: "#e3ddc2",
temp: "cold",
theme: "dark"
},] as Scheme[]
27 changes: 27 additions & 0 deletions src/artists/s.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import { type Scheme } from "../index"

export default [ {
meta: {
title: "Latent",
artist: "Jenny Saville",
year: "2022",
techniques: "Acrylic and pastel"
},
background: "#cb4c4f",
colors: ["#602f1c", "#7f4c46", "#e49f9c"],
stroke: "#4f739b",
temp: "warm",
theme: "bright"
},{
meta: {
title: "Untitled #92",
artist: "Cindy Sherman",
year: "1981",
techniques: "Chromogenic print"
},
background: "#09090f",
colors: ["#041933", "#073846", "#208cbe", "#deb49b"],
stroke: "#dfe8ef",
temp: "cold",
theme: "dark"
}] as Scheme[]
15 changes: 15 additions & 0 deletions src/artists/t.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import { type Scheme } from "../index"

export default [{
meta: {
title: "The Fifth Plague of Egypt",
artist: "Joseph Mallord William Turner",
year: "1800",
techniques: "Oil"
},
background: "#1d2729",
colors: ["#d9cac0", "#131314", "#bb9c68", "#6f422a", "#636c67"],
stroke: "#D7CBB8",
temp: "cold",
theme: "dark"
},] as Scheme[]
27 changes: 27 additions & 0 deletions src/artists/v.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import { type Scheme } from "../index"

export default [{
meta: {
title: "CELL",
artist: "Victor Vasarely",
year: "1970",
techniques: "Acrylic"
},
background: "#07042c",
colors: ["#d12938", "#387589", "#5272ef"],
stroke: "#5ba9c7",
temp: "cold",
theme: "dark"
}, {
meta: {
title: "Girl With A Pearl Earring",
artist: "Johannes Vermeer",
year: "1665",
techniques: "Oil"
},
background: "#000115",
colors: ["#ccd7e9", "#361e12", "#dcb371"],
stroke: "#f7e5d9",
temp: "warm",
theme: "dark"
}] as Scheme[]
14 changes: 13 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,22 @@ import c from './artists/c';
import d from './artists/d';
import g from './artists/g';
import h from './artists/h';
import k from './artists/k';
import l from './artists/l';
import m from './artists/m';
import n from './artists/n';
import o from './artists/o';
import p from './artists/p';
import r from './artists/r';
import s from './artists/s';
import t from './artists/t';
import v from './artists/v';


const palettes: Scheme[] = [
...b, ...c, ...d, ...g, ...h
...b, ...c, ...d, ...g, ...h, ...k,
...l, ...m, ...n, ...o, ...p, ...r,
...s, ...t, ...v
]
/**
* Return a random palette
Expand Down

0 comments on commit d6c7b89

Please sign in to comment.