Skip to content

Instantly share code, notes, and snippets.

@polarities
Created January 22, 2023 00:27
Show Gist options
  • Save polarities/9930a78faceb3e51edfc137180e6493b to your computer and use it in GitHub Desktop.
Save polarities/9930a78faceb3e51edfc137180e6493b to your computer and use it in GitHub Desktop.
from IPython.display import HTML, display
def colorpreview(color):
display(HTML(f"<b style=color:{color}>{color}</b>"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment