CSS Button Style Generator
Generate custom CSS button styles with live preview. Control colors, borders, shadows, and hover effects.
42.3Kuses
8.3/10(88)
Colors
0px
8px
24px
12px
16px
600
4px
6px
CSS Code
.button {
background-color: #6366f1;
color: #ffffff;
border: 0px solid #6366f1;
border-radius: 8px;
padding: 12px 24px;
font-size: 16px;
font-weight: 600;
box-shadow: 0px 4px 6px #00000033;
cursor: pointer;
transition: all 0.2s ease;
}
.button:hover {
background-color: #4f46e5;
}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.