@skchr/color
    Preparing search index...

    Type Alias EarthtoneOptions

    EarthtoneOptions: InterpolatorOptions & {
        earthtones?:
            | "light-gray"
            | "silver"
            | "sand"
            | "tupe"
            | "mahogany"
            | "brick-red"
            | "clay"
            | "cocoa"
            | "dark-brown"
            | "dark";
    }

    Options for the earthtone() palette generator function.

    Type declaration

    • Optionalearthtones?:
          | "light-gray"
          | "silver"
          | "sand"
          | "tupe"
          | "mahogany"
          | "brick-red"
          | "clay"
          | "cocoa"
          | "dark-brown"
          | "dark"
      • earthtone The earthtone to interpolate with.