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
| Colours | 5 |
|---|---|
| Speed | 1 |
| Wave amplitude | 8 |
| Saturation | 7 |
| Brightness | 1 |
| Grain | 3 |
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.