hover-lift, gradient-text, gradient-neon, gradient-pastel, gradient-nature, gradient-brutalist.

Usage#

html
<h1 class="gradient-text">Headline</h1>

The classes#

ClassPurpose
hover-liftRise + shadow on hover
gradient-textGradient-filled text
gradient-neon/pastel/nature/brutalistParadigm gradient presets

Compose with utilities#

html
<a class="hover-lift inline-block p-6 glass rounded-xl" href="#">Lifts</a>

Customization#

Every component is built from theme tokens (colors, blur radii, shadows). Redefine tokens in your config and the whole family restyles. For structural changes, copy the rules into your own layer and edit freely.

Accessibility#

  • hover-lift must also be reachable by keyboard focus

components/index|Components hub · themes/index|Themes · recipes/index|Recipes