Add a randomColor() function to generate random hex colors. Example usage: import { randomColor } from './src/strings.js'; randomColor(); // "#3a9f2b" randomColor(); // "#ff6b35"