ButtonsKit
Get started
Open main menu
Home
About
Services
Contact
Start free trial now
Indigo Touch
indigotouch
(5.0)
345 Reviews
Add to favorites
Add to cart
Characteristics:
Flat
With arrow
Rounded
<a class="indigotouch" href="javascript:void(0)"> Start free trial now </a> <style> .indigotouch { display: inline-flex; align-items: center; justify-content: center; padding: 10px 14px; font-size: 0.875rem; font-weight: 600; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; color: white; background-color: #4f46e5; /* Indigo */ border-radius: 0.375rem; box-shadow: 0 1px 2px rgba(0,0,0,0.05); text-decoration: none; transition: background-color 0.3s ease, transform 0.3s ease; } .indigotouch:hover { background-color: #6366f1; /* Lighter indigo */ transform: translateY(-2px); } .indigotouch:focus { outline: 2px solid transparent; outline-offset: 2px; } .indigotouch:focus-visible { outline: 2px solid #4f46e5; outline-offset: 2px; } </style>