Creating a color scheme
Creating a color scheme is both an art and a science. There are places online that suggest color schemes like Adobe Kuler. But what if you wanted to create your own color scheme? Well, using LESS – it’s straightforward. Complementary @base: #663333; @complement1: spin(@base, 180); @complement2: darken(spin(@base, 180), 5%); @lighten1: lighten(@base, 15%); @lighten2: lighten(@base, 30%);…