I'm playing with CSS styles. how to make this somehow intelligently?
I'm able to create manually x variation of green color in css file, but it mustn't be a solution..
<h:outputText value="#{bean.date1}" styleClass="green1"/>
<h:outputText value="#{bean.date2}" styleClass="green2"/>
<h:outputText value="#{bean.date3}" styleClass="green3"/>
How to decrease it "dynamically"?