import { createRampPreset } from "./create-ramp.js"; export const SUNSET_PRESET = createRampPreset(["#ffcf70", "#f59e6f", "#dc718a", "#8f5b78", "#493447"]);