Created
September 22, 2021 11:51
-
-
Save defensive-wizard/e2ee3b24e1af3096424ae7a5f23cf316 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// '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