Skip to content

Instantly share code, notes, and snippets.

@apaleslimghost
Last active April 12, 2020 11:33
Show Gist options
  • Save apaleslimghost/6f4189f541e981ff7b66ceba60236ae1 to your computer and use it in GitHub Desktop.
Save apaleslimghost/6f4189f541e981ff7b66ceba60236ae1 to your computer and use it in GitHub Desktop.
const gambit = require('@quarterto/gambit')
const scheme = {
carbon: {saturation: 15, hue: 75, lightness: 60},
steel: {saturation: 20, hue: 220, lightness: 60},
scarlet: {hue: 9},
amber: {hue: 37, lightness: 70},
lemon: {hue: 64, lightness: 80},
lime: {hue: 100, lightness: 85},
apple: {hue: 127, lightness: 80},
aqua: {hue: 172, lightness: 80},
ocean: {hue: 210, lightness: 75},
sky: {hue: 250, lightness: 60},
ink: {hue: 275, lightness: 30},
violet: {hue: 300},
fuchsia: {hue: 345, lightness: 50},
}
module.exports = gambit(scheme, {
darken: 4,
lighten: 4,
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment