ToolypetMCP
intermediate2 minutescss

Gradient Text Effect

Create eye-catching gradient text with background-clip and animation.

gradienttextanimationtypography

このレシピの使いどころ

Gradient text creates visual impact for headings, hero text, and branding elements. Popular in SaaS landing pages and portfolio sites.

ステップ

1

Create the text gradient colors

プロンプト:Generate a linear gradient from #667eea to #764ba2 to #f093fb at 90 degrees for text
2

Animation Generator

このツールを試す

Animate the gradient movement

プロンプト:Generate a background-position animation from 0% to 100% over 3 seconds, infinite alternate

よくある質問

How does gradient text work in CSS?

It uses background: linear-gradient() with -webkit-background-clip: text and -webkit-text-fill-color: transparent to mask the gradient to the text shape.

Is gradient text accessible?

Ensure sufficient contrast between gradient colors and the background. Test with accessibility tools and provide a solid-color fallback.

関連レシピ