CSS3 Proposal: Shade (-/+)
almost 10 years ago from Daniel Haim
I find myself digging through sites like 0to255.com or colllor.com to look for color palettes primarily to find the next color in that specific shade. Although I've recently published my personal palette to never have to go through that again I still find it extremely annoying to go one shade lighter, or darker.
I've seen a few individuals propose ideas for CSS3 and although I am really not sure how to go on about that I think I have something that might be useful to many of us.
CSS Example:
.link a{ color:#121212; }
.link a:hover{ shade:-1; }
Concept: Lighter: -1 through -5 Darker: +1 through +5
Darker based on #121212
0 = #121212 +1 = #0a0a0a +2 = #020202 +3 = #000 +4 = #000 +5 = #000
Lighter:
0 = #121212 -1 = #1b1b1b -2 = #232323 -3 = #2c2c2c -4 = #343434 -5 = #3d3d3d
How do I go on about proposing this one? Does anyone have the experience, do you think there's value in this?
Login to Comment
You'll need to log in before you can leave a comment.
LoginRegister Today
New accounts can leave comments immediately, and gain full permissions after one week.
Register now