I’m learning bootstrap from twitter, I want to do some color changes, and I got this color code: #08c
I want to know if it represent #0088cc (and same way for other variations?)
and how is it called so I can find some online color palette.
I thank your help in advance
Yes
#08cis equivalent to#0088cc.Not all colors have names. This one in particular does not.
For a list of all named colors defined in css3 see the spec
From the spec