diff --git a/packages/edit-site/src/components/style-book/constants.ts b/packages/edit-site/src/components/style-book/constants.ts index 05f77ab2ad1e93..d4450a1256d61b 100644 --- a/packages/edit-site/src/components/style-book/constants.ts +++ b/packages/edit-site/src/components/style-book/constants.ts @@ -15,6 +15,12 @@ export const STYLE_BOOK_COLOR_GROUPS: StyleBookColorGroup[] = [ origin: 'theme', type: 'colors', }, + { + slug: 'theme-gradients', + title: __( 'Theme Gradients' ), + origin: 'theme', + type: 'gradients', + }, { slug: 'custom-colors', title: __( 'Custom Colors' ),