ButtonsKit
Get started
Open main menu
Home
About
Services
Contact
Join us!
Purple Gray
purplegray
(5.0)
345 Reviews
Add to favorites
Add to cart
Characteristics:
Flat
With arrow
Rounded
<a href="javascript:void(0)" class="purplegray"> Join us! </a> <style> .purplegray { display: inline-block; padding: 0.75rem 3rem; font-size: 1.125rem; font-weight: 500; line-height: 1.5; font-family: Arial, sans-serif; color: #fff; background-color: #992BFF; /* violeta */ border: 2px solid #992BFF; border-radius: 6px; text-decoration: none; text-align: center; cursor: pointer; transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; } .purplegray:hover, .purplegray:focus { background-color: #efefef; /* gris claro */ border-color: #efefef; color: #000; } </style>