Page Color Themes
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
This section lists the color theme codes for the THEME_CODE field.
You can set the value of THEME_CODE when creating and updating a page through the methods landing.landing.add and landing.landing.update.
You can retrieve the current value of THEME_CODE using the method landing.landing.getadditionalfields if the field is filled.
Important Information
THEME_CODEdefines the ready-made color palette for the page.- Font settings are stored separately in the
THEMEFONTS_*fields. - If you need to set a custom color, use
THEME_USE = YandTHEME_COLOR = #RRGGBB. - When migrating old typo settings, the module maps some color themes and font sets by theme code.
Available Themes
|
Theme Code |
Description |
|
|
Purple-blue palette |
|
|
Blue palette |
|
|
Turquoise palette |
|
|
Yellow-green palette |
|
|
Amber palette |
|
|
Orange-red palette |
|
|
Dark palette |
|
|
Rich blue palette |
|
|
Dark palette for wiki templates |
|
|
Green-turquoise palette |
|
|
Aquamarine palette |
|
|
Citrus palette |
|
|
Yellow palette |
|
|
Special palette with code |
|
|
Vermilion palette |
|
|
Sunset shades palette |
|
|
Amaranth palette |
|
|
Carmine-pink palette |
|
|
Raspberry palette |
|
|
Red palette |
|
|
Pastel-red palette |
|
|
Bright pink-red palette |
|
|
Cranberry palette |
|
|
Special palette with code |
For a detailed description of all related fields, see the section Additional Page Fields.