import { createRampPreset } from "./create-ramp.js"; export const MONO_PRESET = createRampPreset(["#d4d4d4", "#a3a3a3", "#686868", "#404040", "#262626"]);