Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instant Gradient Magic: Transform Your Color Choices into Beautiful CSS Code #2534

Closed
ankit071105 opened this issue Jul 26, 2024 · 2 comments · Fixed by #2558
Closed

Instant Gradient Magic: Transform Your Color Choices into Beautiful CSS Code #2534

ankit071105 opened this issue Jul 26, 2024 · 2 comments · Fixed by #2558
Assignees

Comments

@ankit071105
Copy link
Contributor

Is your feature request related to a problem? Please describe.

I’m always frustrated when trying to generate accurate color values and gradients for web design. It’s time-consuming to manually convert color values between formats (RGB, HSL, HEX) and to create linear gradients with custom colors. Additionally, having to manually write the CSS code for gradients can be cumbersome.

Describe the solution you'd like

I would like a feature that allows users to input two colors and automatically generates the corresponding CSS code for linear gradients. This feature should also display the color values in RGB, HSL, and HEX formats. The gradient CSS code should be presented in a copyable format, and users should have the option to select different gradient directions (top, bottom, left, right, etc.).

Describe alternatives you've considered

An alternative solution would be to provide separate tools for color value conversion and gradient generation. However, this would involve multiple steps and tools, which may not be as user-friendly. Another option could be integrating with an existing gradient generator tool, but this might not provide a seamless user experience or the exact functionalities needed.

Additional context

The color picker webpage currently allows users to select colors and view their RGB, HSL, and HEX values. The linear gradient feature allows users to choose two colors and generates the corresponding gradient. However, the generated CSS code is not automatically presented in a copyable format, and users cannot yet select different gradient directions.

What problem is this feature trying to solve?

This feature aims to streamline the process of generating and using color gradients by providing an easy-to-use interface that automatically converts color values and generates CSS code, saving time and effort for web designers and developers.

How do we know when the feature is complete?

The feature will be considered complete when the following criteria are met:

Users can input two colors and generate the linear gradient CSS code.
The generated CSS code includes options for different gradient directions.
Users can view and copy the color values in RGB, HSL, and HEX formats.
The interface is user-friendly and responsive, ensuring a seamless experience.

WebPage Screenshot

Screenshot 2024-07-26 at 8 28 38 PM
Screenshot 2024-07-26 at 8 28 49 PM

Copy link

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

Copy link

Hello @ankit071105! Your issue #2534 has been closed. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants