Page Color Themes
Choose a tool for developing with an AI agent:
- use Alaio Vibecode to build an app for Bitrix24 from a task description without knowing any programming language. The agent writes the code and deploys the app to a server, with no manual hosting setup
- use the MCP server to develop a REST API integration in your own project. The agent refers to 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.