Created
January 22, 2023 00:27
-
-
Save polarities/9930a78faceb3e51edfc137180e6493b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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