1. Standardizing CSS Color Palette
Frontend DeveloperBackground
A designer provided a list of colors in various formats including rgb() and raw comma-separated values.
Problem
The developer needs all colors in a consistent, lowercase HEX format for a new stylesheet.
How to use
Paste the list of colors into the input area and select the 'lowercase' output format.
format: lowercaseOutcome
A clean list of lowercase HEX codes ready to be pasted directly into the project's CSS variables.