Skip to content
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

[feature] Extend colors to include shades and tints #22115

Closed
JacobLett opened this issue Mar 4, 2017 · 2 comments
Closed

[feature] Extend colors to include shades and tints #22115

JacobLett opened this issue Mar 4, 2017 · 2 comments

Comments

@JacobLett
Copy link

I often see sites that use a color palette and its various tints/shades throughout the design to create a visual hierarchy. What if we could define a few base color variables that are then extended into various color classes similar to how display heading classes work.

.bg-primary = base color
.bg-primary-1 = lightest tint
.bg-primary-2 = lighter tint
.bg-primary-3 = increase saturation
.bg-primary-4 = shade

colors

Article referenced - https://medium.freecodecamp.com/how-to-construct-a-design-system-864adbf2a117

@bardiharborow
Copy link
Member

Ref #18462.

@mdo
Copy link
Member

mdo commented Mar 5, 2017

Yeah, I had tried to do this before, but had to punt on it for v4. Maybe in v4.1, but I can't commit to getting to that at this point. Closing for now in hopes of one day swing back around to it.

@mdo mdo closed this as completed Mar 5, 2017
@mdo mdo added the feature label Mar 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants