Color calculator: change color for twitter bootstrap buttons

OK, I'm trying to rewrite the color for the Twitter upload buttons (e.g. for .btn-primary ).

As far as I can see, there are several colors that are defined for .btn-primary, so they have all the fixes for all browsers.

The easiest way to see all the colors for .btn-primary and “move” them to the same difference as the new base color is different from the btn-primary color, which is actually #006dcc as I see from bootstrap.css .

Is there a calculator for easy color changes, for example:

 newcolor=(006ecc-006dcc)+aaaaaa=aaabaa 

so that I do not break each color into three hexadecimal numbers and find the difference for every 3 pairs of each color?

Or is there an easier way to change colors while preserving gradients, freezes, fixes for all browsers for Twitter-Bootstrap buttons? Thank you in advance.

+6
source share
2 answers

This site does not work at the moment, but I found it very convenient (when it works): http://charliepark.org/bootstrap_buttons/

I hope the site has only a problem with temp.

+9
source

Try http://twitterbootstrapbuttons.w3masters.nl/?color=%23006dcc you can enter your html color code (hexadecimal) and get three button options (dark, light, spin).

+1
source

All Articles