Dive into a world of vibrant possibilities with Color Utilities – your go-to toolkit for adding a splash of color to your JavaScript projects.
-
Effortless Color Magic: Transform dull RGB colors into dazzling hexadecimal masterpieces with ease.
-
Color Inspiration: Unleash your creativity with randomly generated RGB colors, perfect for making your projects pop.
Ready to infuse your projects with color? Start by installing Color Utilities using npm:
npm install repo-color-utility-package
const colorUtils = require('repo-color-utility-package');
const red = 255;
const green = 128;
const blue = 0;
const hexColor = colorUtils.rgbToHex(red, green, blue);
console.log(hexColor); // Outputs: "#ff8000"
const colorUtils = require('repo-color-utility-package');
const randomColor = colorUtils.generateRandomColor();
console.log(randomColor); // Outputs: "rgb(123, 45, 67)"
Step into a world of color enthusiasts! Whether you want to contribute, share ideas, or just chat about colors, our friendly community is waiting for you. Check out our Contribution Guidelines.
This project is licensed under the MIT License. Feel free to use it to add color to your projects and let your imagination run wild!