I have a data frame that contains hex values in two columns. I would like to visualize the hex value with color swatches either by coloring the cell itself or adding a column with a color swatch. Example table is below.
| hex1 | hex 2 |
|---|---|
| #dcddde | #ffba00 |
| #954eff | #b889ff |
Desired output is as follows
or

