What is a chrome gradient?
A chrome gradient is a gradient that simulates the look of polished or brushed metal. Two visual qualities define it: anisotropic reflections (the highlights align to a directional grain, which is what gives brushed metal its streaky look), and a wide colour range from cool steel through warm gold and copper through full holographic iridescence. Together these produce the visual effect of light catching a real metal surface, not just a colourful gradient with reflections painted on top.
The Gradients.design chrome generator renders this with real WebGL shaders. The reflection math is computed per-pixel using surface normals, so the result holds up at any export resolution and reads as authentic metal rather than as a filter applied to a flat gradient.
Why Y2K chrome is back in 2026
Chrome aesthetics had their first peak from 1999 to 2003: liquid metal logos, holographic product packaging, every car commercial featuring rotating chrome type. The look went out of fashion for nearly two decades and is now returning as the dominant aesthetic in:
- Album art. Hyperpop, electronic, and Y2K-revival artists from Charli XCX to PinkPantheress have built their visual identity around chrome and holographic gradients.
- App icon design. A wave of consumer apps launched in 2024 to 2026 with chrome icon backgrounds: Linear, Arc Browser, Notion AI, Raycast.
- NFT and digital art. Chrome-on-3D-surface is one of the most-traded styles on OpenSea and Foundation.
- Fashion and editorial. Print magazines and luxury fashion brands picked up chrome aesthetics in the 2024 to 2025 Spring-Summer cycle and have not let go.
- Brand identity for AI products. Chrome plus iridescence signals premium and futuristic, which is exactly what AI brands want to suggest.
If your brand is targeting a 2026 audience, chrome aesthetics are a reliable visual shorthand for premium pricing and forward-looking positioning.
Make a chrome gradient in 4 steps
- Open the chrome editor. Visit the free chrome gradient generator. The canvas opens with a default mirror-chrome surface.
- Pick a metal preset. Start from steel, gold, copper, holographic, or rose chrome. Each preset tunes the tint, roughness, and reflection sharpness.
- Adjust surface roughness and grain. Slide between mirror finish (sharp reflections) and brushed metal (diffused highlights). Rotate the grain direction.
- Export. Export as PNG up to 8K, MP4 video on Pro plans, or React component for live embedding.
Approximating chrome in pure CSS
True chrome reflections require WebGL. But for simple Y2K text effects, CSS conic-gradient comes close:
.chrome-text {
background: conic-gradient(
from 180deg at 50% 50%,
#6b7280, #f3f4f6, #9ca3af, #ffffff, #6b7280
);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 900;
font-size: 8rem;
}The conic gradient cycles through grey tones to simulate the streaky reflections of brushed chrome. Use background-clip: text to apply the gradient as a text fill. Works in every modern browser; renders cheaply.
For more elaborate effects (holographic shifts, mirror reflections, sculpted curvature), export a PNG from the studio. CSS cannot replicate real WebGL chrome cheaply, and the studios export captures the look in a way you can drop into any project.
Steel, gold, copper, holographic
The studio ships five major chrome presets, each tuned to a recognisable metal:
- Steel. Cool blue-grey, sharp mirror finish. The classic Y2K chrome look.
- Gold. Warm yellow-orange tint with deep contrast. Reads as luxury and premium pricing.
- Copper. Rose-orange tones, slightly oxidised feel. Used by fashion and lifestyle brands.
- Holographic. Full-spectrum iridescent, with prismatic colour shifts. The dominant 2025 to 2026 aesthetic.
- Rose chrome. Pink-gold tints, softer than gold. Pairs especially well with consumer products targeted at younger demographics.
Each preset is fully editable: change the tint, the reflection sharpness, or the brush direction without losing the underlying physics.
Export options
- PNG. Up to 8K on Studio. Crisp at any size; use WebP compression for web delivery.
- Alpha-channel PNG. Paid plans only. Transparent background for compositing over arbitrary surfaces.
- MP4 / WebM video. Pro for 1080p, Studio for 4K. Captures the slow chrome flow animation.
- React component. Self-contained TypeScript file; embeds the live shader in your app.
Chrome text effects
The most common use of chrome gradients is filling type. Three approaches, ranked by effort:
CSS background-clip (easiest)
.chrome-headline {
background-image: url('/chrome-export.png');
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: cover;
font-weight: 900;
font-size: clamp(48px, 8vw, 120px);
}SVG with image mask
<svg viewBox="0 0 800 200">
<defs>
<pattern id="chrome" patternUnits="userSpaceOnUse" width="800" height="200">
<image href="/chrome-export.png" width="800" height="200" />
</pattern>
</defs>
<text x="50%" y="50%" text-anchor="middle" dominant-baseline="middle"
fill="url(#chrome)" font-size="120" font-weight="900">
CHROME
</text>
</svg>Photoshop / Figma layer fill (most control)
Export the chrome PNG, drag into Photoshop or Figma, set as a layer fill on your type with appropriate blend mode (Multiply, Screen, or Linear Light depending on the look). This gives the finest control and pairs well with adding extra details (shadows, glows, outlines) on top.
Brands using chrome gradients in 2025-2026
- Charli XCX: the Brat era visual identity uses chrome and holographic type treatments throughout.
- Arc Browser: app icon, marketing pages, and onboarding flows feature liquid-chrome details.
- Raycast: pro plan upgrade screens use holographic chrome accents on plan tier cards.
- PinkPantheress: album art and tour merchandise leans heavily on chrome and Y2K aesthetics.
- Mistral AI: the homepage uses chrome accents on product names.
- Linear: subtle chrome highlights on the pricing page.
Common mistakes
- Using a Photoshop filter and calling it chrome. Filters paint highlights onto a flat colour; real chrome needs anisotropic shader rendering. The difference is visible at large sizes.
- Pure-white highlights. Real chrome has slightly tinted highlights (cool blue for steel, warm yellow for gold). Pure white reads as a fake gradient.
- Too much saturation. Holographic chrome works because the iridescence is subtle. Push it too far and the result looks like a 2008 video game intro.
- Ignoring the brush direction. Horizontal brushed reads as polished. Diagonal brushed reads as industrial. Pick to match the rest of your design.
- Animating too fast. The chrome flow should be slow, almost imperceptible. Fast chrome animation looks like a screensaver.
Frequently asked questions
What is a chrome gradient?
A chrome gradient is a gradient that simulates the look of polished or brushed metal: anisotropic reflections (highlights aligned to a grain direction), plus the directional sheen that gives metal its characteristic streaky highlights. The studio renders this with real WebGL shaders, not faked filters, so the result holds up at any resolution.
How is chrome different from a metal gradient?
Chrome leans more mirror-finish and holographic. Metal leans more brushed and matte. They use the same physics; chrome just defaults to higher reflectivity and a wider palette. Pick chrome for Y2K and futurism aesthetics; metal for industrial and engineering looks.
Can I use a chrome gradient as a text effect?
Yes. Export the chrome as a PNG, then use it as a background-image with background-clip: text in CSS, or as a layer style fill in Figma, Photoshop, or any design tool. The 8K export keeps the chrome sharp on big type.
Will chrome gradients work on dark backgrounds?
Yes. Use the "dark chrome" preset or build your own with a dark base palette. Chrome reads especially well on dark backgrounds because the bright highlights stand out more.
Can I match a specific Y2K aesthetic?
Yes. The studio includes Y2K-revival presets (silver chrome, holographic, rose gold, oil-slick) tuned to the look of early-2000s design and the current revival of it.
Can I animate the chrome flow?
Yes. The live preview has a subtle slow flow. Pro and Studio plans export MP4 and WebM video with the animation captured for use in product reveals or motion design.
Is this real reflection rendering or a fake filter?
Real. The WebGL shader computes anisotropic reflection from the surface normals; not a Photoshop-style glow or blur filter. The result reads as authentic chrome at any export size.
Does the chrome export include transparency?
On paid plans, yes. Alpha-channel PNG export lets you composite the chrome over arbitrary backgrounds, which is essential for product mockups and type treatments.
