Replies: 3 comments 2 replies
-
@Jermolene - I use the Vanilla color palette to retrieve the css selectors and then through Color Palette Studio based on the selected color scheme I tune the color of each element! In am trying to limit this to few elements and all other elements get their color automatically! I think Thomas Palette tool is a good example of what I mean! What do you think? |
Beta Was this translation helpful? Give feedback.
-
There is an interesting article about color-contrast. see: https://stripe.com/blog/accessible-color-systems |
Beta Was this translation helpful? Give feedback.
-
I think you proposal makes sense but we'd then need a better way to create new entries in the palette dictionaries for when hacking. Also, will this mean substantially longer palette dictionaries? I.e how many such I'm uncertain what exactly constitutes a theme, but how about other stylesheets? Don't they contain In your vision, what would be best practice if one creates a stylesheet and wants to colorize things? |
Beta Was this translation helpful? Give feedback.
-
I am working on simple and smart creating TW color palettes. There is two problems
The first idea is to completely decouple themes and color palette. This mean theme shall NOT have any direct setting of colors or statement like this
<<colour page-background>>
As Jeremy suggested we should have few color setting and all other elements shall get their colors programmatically. This can be done using small script to generate a color palette with all color values as hex8.
In Color play I use color schemes (normally four basic/main colors) and then generate all colors (text color / background color) using shades and tints! Thomas ColorAction plugin can be used to check the readability! Color play has many tools to work with colors and do the fine tuning!
The interface is simple to create a new palette, test it and export it! Most elements can be set through a simple searchable UI. The issues are
There is some ongoing work worth to be mentioned here
I would like to get feedbacks and advices by developers to help implement a simple smart palette generator with minimum number of click!
Beta Was this translation helpful? Give feedback.
All reactions