Bird
0
0

Why does this Figma linear gradient fail?

medium📝 Formula Fix Q7 of 15
Figma - Color and Fill
Why does this Figma linear gradient fail?
linear-gradient(60deg, #FF0000 0%, #00FF00 50%, #0000FF 50%)
ATwo color stops share the same position causing a sharp color jump
BAngle 60deg is invalid
CColors are not in hex format
DMissing percentage for last color
Step-by-Step Solution
Solution:
  1. Step 1: Analyze color stop positions

    Two colors (#00FF00 and #0000FF) both at 50% cause an abrupt color change.
  2. Step 2: Check angle and color formats

    60deg is valid angle; colors are valid hex codes; last color has percentage.
  3. Final Answer:

    Two color stops share the same position causing a sharp color jump -> Option A
  4. Quick Check:

    Duplicate stops cause sharp jump [OK]
Quick Trick: Avoid duplicate color stop positions [OK]
Common Mistakes:
MISTAKES
  • Thinking angle 60deg is invalid
  • Ignoring duplicate stop positions
  • Assuming missing percentages

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Figma Quizzes