Customizable text/button color

This is what happens when I click the blue colored sphere

Is this doable on webflow?


Here is my public share link: LINK
(how to access public share link)

Hi Jay, welcome to the webflow Forum!

There’s no option to insert a color picker that I’m aware of natively, but with a bit of custom code, you can easily insert one:

<input type="color">
will show the default color picker of a browser:
image

If you’d like to use the picked value afterward, you’ll need javascript to read the value and pass it to another element. MDN has excellent documentation about the color-picking element

Did this answer your question?

Cheers
Leon

Thank you so much! This definitely answered my question. Have a great day! :smiley:

1 Like