ButtonsKit
Get started
Open main menu
Home
About
Services
Contact
Contact us
Elevated Purple
elevatedpurple
(5.0)
345 Reviews
Add to favorites
Add to cart
Characteristics:
Flat
With arrow
Rounded
<a href="javascript:void(0)" class="elevatedpurple"> Contact us </a> <style> .elevatedpurple { display: flex; align-items: center; justify-content: center; height: 60px; padding: 25px 24px; font-family: "Work Sans", sans-serif; font-size: 20px; font-weight: 500; letter-spacing: -0.03em; border: 2px solid #3d39a3; border-radius: 8px; text-align: center; color: #fff; background-color: #4c47cc; transition: color 0.2s ease, transform 0.5s ease; cursor: pointer; max-width: 300px; } .elevatedpurple:hover { color: white; transform: translateY(-3px); } </style>