Custom Scrollbar CSS Generator
Generate custom scrollbar CSS with live preview. Control colors, width, and border radius.
35.9Kuses
9.1/10(396)
10px
5px
5px
CSS Code
/* WebKit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #1a1a2e;
border-radius: 5px;
}
::-webkit-scrollbar-thumb {
background: #6366f1;
border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
background: #4f46e5;
}
/* Firefox */
* {
scrollbar-width: auto;
scrollbar-color: #6366f1 #1a1a2e;
}Recommended Products
Ad📖Web Design BooksShop →🎨Color Reference GuidesShop →✏️Drawing TabletsShop →🎨Design SoftwareShop →🖥️Monitor CalibratorsShop →💻Laptop StandsShop →🖱️Wireless MouseShop →🔌USB-C HubShop →👓Blue Light GlassesShop →🖥️Desk PadShop →
Affiliate Disclosure: As an Amazon Associate, ToolBird earns from qualifying purchases. Links above are affiliate links — if you buy through them, we may earn a small commission at no extra cost to you.
Disclaimer: This tool is provided as-is for informational and educational purposes only.