Open PainterPRO opened 9 years ago
@base-color: #428bca; @needed-color: #5cb85c; // HSB: 120, 50, 72
Less-format:
spin(desaturate(lighten(#428bca, 1%), 17%), -88);
Result-color:
#5ab75a; // HSB: 120, 51, 72 // Result-color != @needed-color; S ~ 1%
@PainterPRO btw, what if we try to use float values on not percents in params?
Does less support it? Can you research?
Less-format:
Result-color: