';
$html .= '
';
$html .= ' ';
$html .= ' Colores';
$html .= '
';
// Color: Background
$bgColor = $this->renderer->getFieldValue($componentId, 'colors', 'background_color', '#FF8600');
$html .= '
';
$html .= ' ';
$html .= ' ';
$html .= '
';
// Color: Background Hover
$bgHoverColor = $this->renderer->getFieldValue($componentId, 'colors', 'background_hover_color', '#FF6B35');
$html .= '
';
$html .= ' ';
$html .= ' ';
$html .= '
';
// Color: Text
$textColor = $this->renderer->getFieldValue($componentId, 'colors', 'text_color', '#FFFFFF');
$html .= '
';
$html .= ' ';
$html .= ' ';
$html .= '
';
// Color: Text Hover
$textHoverColor = $this->renderer->getFieldValue($componentId, 'colors', 'text_hover_color', '#FFFFFF');
$html .= '
';
$html .= ' ';
$html .= ' ';
$html .= '
';
// Text: Border Color (permite transparent)
$borderColor = $this->renderer->getFieldValue($componentId, 'colors', 'border_color', 'transparent');
$html .= '
';
$html .= ' ';
$html .= ' ';
$html .= ' Usa "transparent" para sin borde visible';
$html .= '
';
$html .= '