ScrollBar
To have color scroll bar in your website, just copy the HTML code below and paste it between the head tag:

<style>
body { SCROLLBAR-FACE-COLOR: FF5400; SCROLLBAR-HIGHLIGHT-COLOR: FFDFCF; SCROLLBAR-SHADOW-COLOR: 742600;  SCROLLBAR-3DLIGHT-COLOR: 003B74; SCROLLBAR-ARROW-COLOR: FFE5D8; SCROLLBAR-TRACK-COLOR: 003B74; SCROLLBAR-DARKSHADOW-COLOR: 003B74 }
</style>

OR you can change the colors by changing the HTML.

Scroll bar face color
Scrollbar Highlight Color
Scrollbar 3Dlight color
Scrollbar Arrow color
Scrollbar Track color
Scrollbar Darkshadow color

1