Skip to content

Instantly share code, notes, and snippets.

@defensive-wizard
Created September 22, 2021 11:51
Show Gist options
  • Save defensive-wizard/e2ee3b24e1af3096424ae7a5f23cf316 to your computer and use it in GitHub Desktop.
Save defensive-wizard/e2ee3b24e1af3096424ae7a5f23cf316 to your computer and use it in GitHub Desktop.
// 'Dominant',
paletteGen.dominantColor?.color
// 'Light Vibrant',
paletteGen.lightVibrantColor?.color
// 'Vibrant',
paletteGen.vibrantColor?.color
// 'Dark Vibrant',
paletteGen.darkVibrantColor?.color
// 'Light Muted',
paletteGen.lightMutedColor?.color
// 'Muted',
paletteGen.mutedColor?.color
// 'Dark Muted',
paletteGen.darkMutedColor?.color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment