ButtonsKit
Get started
Open main menu
Home
About
Services
Contact
Start your free trial
Lilac Mini
lilacmini
(5.0)
345 Reviews
Add to favorites
Add to cart
Characteristics:
Flat
With arrow
Rounded
<a href="javascript:void(0)" class="lilacmini"> Start your free trial </a> <style> .lilacmini { display: inline-flex; align-items: center; justify-content: center; padding: 0.5rem 1rem; font-size: 14px; line-height: 20px; font-weight: 600; font-family: 'Karla', ui-sans-serif, system-ui, sans-serif; letter-spacing: -0.001em; text-align: center; border-radius: 9999px; background-color: rgb(93, 67, 223); /* primary */ color: rgb(255, 255, 255); /* white text */ text-decoration: none; cursor: pointer; transition: background-color 0.2s ease, color 0.2s ease, outline 0.2s ease; } .lilacmini:hover { background-color: rgb(117, 89, 255); /* hover */ color: rgb(247, 247, 248); /* hover text */ } .lilacmini:active { background-color: rgb(52, 31, 155); /* active */ color: rgb(234, 230, 255); /* active text */ } .lilacmini:focus-visible { outline: 2px solid rgb(93, 67, 223); /* focus ring */ outline-offset: 2px; } </style>