What it is
Almost entirely dark — near-black navies with a single bronze in the mix — at high wave amplitude. The displacement is what makes it readable; on a flat plane this palette would be indistinguishable from black.
Good for
Luxury brands, dark hero sections, premium product pages.
Formula
#554226#03162D#002027#020210#02152A
| Colours | 5 |
|---|---|
| Speed | 2 |
| Wave amplitude | 8 |
| Saturation | 6 |
| Brightness | 1 |
| Grain | 2 |
Use this preset
Install the package and pass the config straight to the constructor. These are the values that shape this preset; everything else stays at its default.
npm install @firecms/neat
import { NeatGradient } from "@firecms/neat";
const gradient = new NeatGradient({
ref: document.getElementById("gradient"),
colors: [
{ color: "#554226", enabled: true },
{ color: "#03162D", enabled: true },
{ color: "#002027", enabled: true },
{ color: "#020210", enabled: true },
{ color: "#02152A", enabled: true },
],
speed: 2,
horizontalPressure: 3,
verticalPressure: 5,
waveFrequencyX: 1,
waveFrequencyY: 3,
waveAmplitude: 8,
shadows: 0,
highlights: 2,
colorBrightness: 1,
colorSaturation: 6,
wireframe: false,
colorBlending: 7,
backgroundColor: "#003FFF",
backgroundAlpha: 1,
resolution: 1,
grainScale: 2,
grainSparsity: 0,
grainIntensity: 0.18,
grainSpeed: 1
});
Every value, for an exact match
new NeatGradient({
ref: document.getElementById("gradient"),
colors: [
{ color: "#554226", enabled: true },
{ color: "#03162D", enabled: true },
{ color: "#002027", enabled: true },
{ color: "#020210", enabled: true },
{ color: "#02152A", enabled: true },
{ color: "#B8D4E6", enabled: false },
],
speed: 2,
horizontalPressure: 3,
verticalPressure: 5,
waveFrequencyX: 1,
waveFrequencyY: 3,
waveAmplitude: 8,
shadows: 0,
highlights: 2,
colorBrightness: 1,
colorSaturation: 6,
wireframe: false,
colorBlending: 7,
backgroundColor: "#003FFF",
backgroundAlpha: 1,
grainScale: 2,
grainSparsity: 0,
grainIntensity: 0.18,
grainSpeed: 1,
resolution: 1,
yOffsetWaveMultiplier: 1.8,
yOffsetColorMultiplier: 2,
yOffsetFlowMultiplier: 2.2,
enableProceduralTexture: false,
textureEase: 0.8,
flowEnabled: false,
silhouetteFade: 0.25,
cylinderFade: 0.08,
ribbonFade: 0.05,
shapeType: "plane",
cameraLock: true
});
Prefer a file? Open it in the editor and export a PNG still or an MP4 loop — see the gradient video guide.