Probably the most useful implementation is using Hex Values as color stops. There are millions of colors to choose from, and tons of online tools to help you find the color you’re looking for and get its hex value. I think the most useful tool I use is but I’ve recently really enjoyed too. Here’s an example
_GRADIENT(
thisRow.[Row ID],
1, "#ff8906",
5, "#e53170",
10, "#a7a9be"
)
Where are these colors from?
These colors are taken from past Pantone Color of the Year winners. is an annual event held every December, where Pantone selects a color (or colors) that represent current global trends in color. I’ve included the year that color was selected just for fun. You can use any hex value as a color stop, meaning there are available to you. Just make sure you ALWAYS include the # at the beginning of the hex value.
Generator
Let’s generate the Conditional Formatting formula for you:
Copy the below Custom Hex Values table across to your doc. In your target table, add a new LOOKUP column and choose Custom Hex Values as the table to look up to. Name your new column Color LU. Click the Generate Formula button below Open your target table’s Options panel, click Conditional Format Click Add Rule and select the Formula option. Paste the code in there. You can see a video guide at the bottom of
* Note if you make any changes to the Custom Hex Values table, you’ll need to regenerate the Conditional Format formula, and update it on the destination table.