Twitter has five different colors in its palette. Today I spent some time with a color editor and I've identified these colors with their CSS values. Then I've created five different classes using the aforementioned colors, which are as follows:
.twtr1 {
background-color: #0084b4;
}
.twtr2 {
background-color: #9ae4e8;
}
.twtr3 {
background-color: #dfc;
}
.twtr4 {
background-color: #bddcad;
}
.twtr5 {
background-color: #333;
}
And this is the result:
