Maintain consistency with established CSS naming conventions already used in the codebase. For CSS classes, follow BEM methodology when that’s the existing pattern. For custom properties, use semantic names that clearly indicate their purpose and work across themes.

Examples:

This ensures code maintainability and helps other developers quickly understand the naming system in use.