-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core-color component #67
Comments
From @AaronLayton on September 1, 2015 12:37 I would change this to |
From @addyosmani on September 1, 2015 12:48 Going off an idea related to your other ticket, I've been building out elements that pick the dominant colors from a supplied image and generate a Material palette of colors (vibrant, muted etc) that can be used to theme other pieces of UI: Some of this might make it into one of my talks at the Polymer Summit, but I'll look at refactoring them into something more generic if the team thinks that would be useful. |
From @AaronLayton on September 1, 2015 12:56 That's great @addyosmani you preview looks good, anything we can look at now or wait until after the Summit? |
From @addyosmani on September 1, 2015 13:27 It hasn't been code reviewed by the team yet I'm afraid. It'll probably be after the summit before they have a chance to look it over :) |
/cc @tjsavage |
From @AaronLayton on February 12, 2015 21:51
An idea for a new utility element (if something like this doesn't already exist).
Set an inputColor and have the core-color figure out what the closet pallet color is based on the Material Design pallet
http://www.google.co.uk/design/spec/style/color.html#color-color-palette
Let the input color be anything
Let the user specify the format they want to retrieve the color as
Copied from original issue: Polymer/polymer#1185
The text was updated successfully, but these errors were encountered: