NEAT

Sands

Desert ochres at full saturation. The gradient behind this page is this exact preset, running live.

Open in the editor All presets

What it is

Ochre, teal, gold, taupe and olive at high saturation with a soft grain. Reads as warm and geological rather than digital. The teal keeps it from going entirely monochrome.

Good for

Travel, food, hospitality, warm-toned brands.

Formula

  • #AD6C1F
  • #4CB4BB
  • #FFC600
  • #835C51
  • #836803
Colours5
Speed1
Wave amplitude8
Saturation7
Brightness1
Grain3

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: "#AD6C1F", enabled: true },
    { color: "#4CB4BB", enabled: true },
    { color: "#FFC600", enabled: true },
    { color: "#835C51", enabled: true },
    { color: "#836803", enabled: true },
  ],
  speed: 1,
  horizontalPressure: 3,
  verticalPressure: 10,
  waveFrequencyX: 2,
  waveFrequencyY: 4,
  waveAmplitude: 8,
  shadows: 1,
  highlights: 5,
  colorBrightness: 1,
  colorSaturation: 7,
  wireframe: false,
  colorBlending: 8,
  backgroundColor: "#003FFF",
  backgroundAlpha: 1,
  resolution: 1,
  grainScale: 3,
  grainSparsity: 0,
  grainIntensity: 0.3,
  grainSpeed: 5
});
Every value, for an exact match
new NeatGradient({
  ref: document.getElementById("gradient"),
  colors: [
    { color: "#AD6C1F", enabled: true },
    { color: "#4CB4BB", enabled: true },
    { color: "#FFC600", enabled: true },
    { color: "#835C51", enabled: true },
    { color: "#836803", enabled: true },
  ],
  speed: 1,
  horizontalPressure: 3,
  verticalPressure: 10,
  waveFrequencyX: 2,
  waveFrequencyY: 4,
  waveAmplitude: 8,
  shadows: 1,
  highlights: 5,
  colorBrightness: 1,
  colorSaturation: 7,
  wireframe: false,
  colorBlending: 8,
  backgroundColor: "#003FFF",
  backgroundAlpha: 1,
  grainScale: 3,
  grainSparsity: 0,
  grainIntensity: 0.3,
  grainSpeed: 5,
  resolution: 1,
  yOffsetWaveMultiplier: 2.8,
  yOffsetColorMultiplier: 3,
  yOffsetFlowMultiplier: 2.5,
  enableProceduralTexture: false,
  textureEase: 0.55,
  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.

More presets

See all 25 presets