import { randomColor } from "https://deno.land/x/chalkpot_random_colors@1.0.0/random_color.ts";
Example
const someRedColor = randomColor({
hue: [0, 10],
saturation: [10, 80],
lightness: [40, 100],
});
console.log(someRedColor); // [255, 243.84..., 145.08...]