An interactive web tool that visualizes the color names supported by Apple News Format. Each color is displayed with a tile, its name, and its hexadecimal (hex) value. Users can click to copy the name or hex value, simplifying the workflow for developers and designers.
- Comprehensive Visualization: Displays all Apple-supported color names with their respective color swatches and hex values.
- Click-to-Copy: Effortlessly copy color names or hex values by clicking on them, making integration into your projects seamless.
- User-Friendly Interface: A clean and responsive design ensures an enjoyable experience on both desktop and mobile devices.
- Dynamic Grid: Color tiles are dynamically generated, ensuring flexibility for future updates.
Check out the live version of the tool here: Apple Color Names Visualizer
You can find the source code on GitHub: GitHub Repository
- A modern web browser (e.g., Chrome, Firefox, Safari, or Edge)
- Clone the repository:
git clone https://github.com/m3lixir/apple-color-names.git
- Navigate to the project folder:
cd apple-color-names
- Open the
index.html
file in your preferred browser:open index.html
- Browse the grid of color tiles to find your desired color.
- Click on the color name or hex value to copy it to your clipboard.
- Paste the copied value into your project or application.
index.html
: Main HTML file containing the structure of the application.- Embedded CSS and JavaScript for styling and interactivity.
- HTML: Provides the base structure for the application.
- CSS: Includes Materialize framework and custom styles for responsiveness and visual design.
- JavaScript: Handles interactivity, such as dynamically generating tiles and clipboard operations.
Contributions are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -m 'Add a new feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Apple Developer Documentation for the list of supported color names.
- Materialize CSS for the lightweight, responsive framework.
For any questions or feedback, feel free to reach out:
- GitHub: @m3lixir
- Website: melisasavich.com