Is it possible, to make a specified color lighter?
for example, if I got a HEX color: #FF0000 I 'll use something like lighter(#FF0000); which will return fe. #FF3333.
Is it possible, to make a specified color lighter?
for example, if I got a HEX color: #FF0000 I 'll use something like lighter(#FF0000); which will return fe. #FF3333.
This is not possible in CSS yet.
You can change this via script (dynamically): Generate lighter/darker color in css using javascript
Or use other methods to calculate these values (static calculation): http://www.lesscss.org