:root {
--color-1: #00D9FF;
--color-2: #0059ff;
--color-3: #00ffa6;
}// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'palette': {
'1': '#00D9FF',
'2': '#0059ff',
'3': '#00ffa6'
}
}
}
}
}Yes, completely free with no sign-up required. Generate unlimited color palettes for your design projects.
Start by choosing a base color using the color picker or entering a hex code. Then select a color harmony type (complementary, analogous, triadic, etc.) to generate related colors. Review the accessibility contrast ratios displayed for each combination. Fine-tune individual colors by clicking on them to adjust hue, saturation, or lightness. Finally, copy individual hex codes or export the entire palette for use in your project.
Yes, we check contrast ratios to ensure your color combinations meet WCAG accessibility guidelines.
Complementary colors are opposite each other on the color wheel. They create high contrast and vibrant designs when used together.
You can export hex codes and save them in your design tools or notes. We recommend copying the entire palette for future reference.