Build color schemes from a base color in your spreadsheet. Returns HEX, RGB and contrast data — Sheets or Excel.
It's one of 250+ live sources you reach with a single =VERVE() function — served from APIVerve's production data engine, billed at 1 credit per resolved cell, and refreshed on whatever cadence you set. No API keys to wrangle, no scripts, no exports.
A real example — the input you type, and the values you can pull from it. Click any cell to see the formula behind it.
Fill =VERVE("colorpalette", "FF5733", "field", "source") down a column and Generate Color Palettes returns a result for every row — a batch of live values in a single drag, no code.
Add Generate Color Palettes beside a table you already have to append its output right where your data lives, then sort, filter, or chart on it.
Set the sheet to refresh on a schedule and the generate color palettes values keep themselves current without anyone re-typing.
The same function works in both apps — install once, sign in with your key, and type it into any cell.
Install from the Workspace Marketplace, then drop the formula into a cell. Autocomplete suggests the source and its fields.
=VERVE("colorpalette", "FF5733", "field", "source")Same source, same arguments, same key — in Excel on desktop, the web, or mobile. Excel namespaces it as VERVE.CALL. Drag to fill a whole column.
=VERVE.CALL("colorpalette", "FF5733", "field", "source")Tune the result by adding name=value before the field argument — in any order. Leave one out and its default applies.
The color scheme type
=VERVE("colorpalette", "FF5733", "scheme", "triade")The color variation
=VERVE("colorpalette", "FF5733", "variation", "soft")Number of colors to return (1-16). Free tier limited to 5 colors
=VERVE("colorpalette", "FF5733", "count", "5")Color spacing distance (0-1). Affects triade, tetrade, and analogic schemes
=VERVE("colorpalette", "FF5733", "distance", "0.5")Add complement color to analogic scheme
=VERVE("colorpalette", "FF5733", "addComplement", "true")Return web-safe colors only
=VERVE("colorpalette", "FF5733", "webSafe", "false")Add a field name as the last argument to land just that value in the cell.
=VERVE("colorpalette", "FF5733", "field", "colorPalette.0.hex")=VERVE("colorpalette", "FF5733", "field", "colorPalette.0.rgb")=VERVE("colorpalette", "FF5733", "field", "colorPalette.0.hsl")=VERVE("colorpalette", "FF5733", "field", "colorPalette.0.luminance")=VERVE("colorpalette", "FF5733", "field", "colorPalette.0.accessibility")=VERVE("colorpalette", "FF5733", "field", "css")=VERVE("colorpalette", "FF5733", "field", "image")=VERVE("colorpalette", "FF5733", "field", "image.imageName")=VERVE("colorpalette", "FF5733", "field", "image.format")=VERVE("colorpalette", "FF5733", "field", "image.downloadURL")Premium marks data included on paid plans. On the Free plan a marked field is withheld and a marked input is ignored — either way the cell reads #PREMIUM(name) instead of a value, so a gated answer can never be mistaken for a real one. Everything unmarked works on every plan. Compare plans
Everything you need to wire it into a sheet.