Tabla de Precios con Efecto Cristal

Intermedio

Tabla de precios moderna con diseño glassmorphism, efectos de desenfoque y acentos vibrantes

Vista Previa en Vivo

Implementación del Código

HTML
<div class="glassmorphism-pricing-container">
  <div class="pricing-header">
    <h2 class="pricing-title">Precios Transparentes</h2>
    <p class="pricing-subtitle">Planes cristalinos sin tarifas ocultas</p>
  </div>
  
  <div class="pricing-toggle">
    <span class="toggle-label">Mensual</span>
    <label class="switch">
      <input type="checkbox" id="billing-toggle">
      <span class="slider"></span>
    </label>
    <span class="toggle-label">Anual</span>
    <span class="discount-badge">Ahorra 25%</span>
  </div>
  
  <div class="pricing-grid">
    <div class="pricing-card">
      <div class="card-header">
        <h3 class="plan-name">Esencial</h3>
        <p class="plan-description">Para principiantes y creadores independientes</p>
      </div>
      <div class="card-price">
        <span class="currency">$</span>
        <span class="amount" data-monthly="12" data-yearly="9.60">12</span>
        <span class="period">/mes</span>
      </div>
      <ul class="features-list">
        <li class="feature-item">
          <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
            <path d="M20 6L9 17l-5-5"></path>
          </svg>
          <span class="feature-text">3 Proyectos</span>
        </li>
        <li class="feature-item">
          <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
            <path d="M20 6L9 17l-5-5"></path>
          </svg>
          <span class="feature-text">20GB Almacenamiento</span>
        </li>
        <li class="feature-item">
          <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
            <path d="M20 6L9 17l-5-5"></path>
          </svg>
          <span class="feature-text">Soporte por Email</span>
        </li>
        <li class="feature-item disabled">
          <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
            <line x1="18" y1="6" x2="6" y2="18"></line>
            <line x1="6" y1="6" x2="18" y2="18"></line>
          </svg>
          <span class="feature-text">Marca Personalizada</span>
        </li>
        <li class="feature-item disabled">
          <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
            <line x1="18" y1="6" x2="6" y2="18"></line>
            <line x1="6" y1="6" x2="18" y2="18"></line>
          </svg>
          <span class="feature-text">Acceso API</span>
        </li>
      </ul>
      <button class="select-button">Prueba Gratis</button>
    </div>
    
    <div class="pricing-card popular">
      <div class="popular-badge">Mejor Valor</div>
      <div class="card-header">
        <h3 class="plan-name">Crecimiento</h3>
        <p class="plan-description">Perfecto para equipos en crecimiento</p>
      </div>
      <div class="card-price">
        <span class="currency">$</span>
        <span class="amount" data-monthly="39" data-yearly="31.20">39</span>
        <span class="period">/mes</span>
      </div>
      <ul class="features-list">
        <li class="feature-item">
          <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
            <path d="M20 6L9 17l-5-5"></path>
          </svg>
          <span class="feature-text">Proyectos Ilimitados</span>
        </li>
        <li class="feature-item">
          <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
            <path d="M20 6L9 17l-5-5"></path>
          </svg>
          <span class="feature-text">200GB Almacenamiento</span>
        </li>
        <li class="feature-item">
          <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
            <path d="M20 6L9 17l-5-5"></path>
          </svg>
          <span class="feature-text">Soporte Prioritario por Chat</span>
        </li>
        <li class="feature-item">
          <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
            <path d="M20 6L9 17l-5-5"></path>
          </svg>
          <span class="feature-text">Marca Personalizada</span>
        </li>
        <li class="feature-item disabled">
          <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
            <line x1="18" y1="6" x2="6" y2="18"></line>
            <line x1="6" y1="6" x2="18" y2="18"></line>
          </svg>
          <span class="feature-text">Acceso API</span>
        </li>
      </ul>
      <button class="select-button">Prueba Gratis</button>
    </div>
    
    <div class="pricing-card enterprise">
      <div class="card-header">
        <h3 class="plan-name">Empresarial</h3>
        <p class="plan-description">Para organizaciones grandes</p>
      </div>
      <div class="card-price">
        <span class="currency">$</span>
        <span class="amount" data-monthly="129" data-yearly="103.20">129</span>
        <span class="period">/mes</span>
      </div>
      <ul class="features-list">
        <li class="feature-item">
          <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
            <path d="M20 6L9 17l-5-5"></path>
          </svg>
          <span class="feature-text">Proyectos Ilimitados</span>
        </li>
        <li class="feature-item">
          <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
            <path d="M20 6L9 17l-5-5"></path>
          </svg>
          <span class="feature-text">2TB Almacenamiento</span>
        </li>
        <li class="feature-item">
          <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
            <path d="M20 6L9 17l-5-5"></path>
          </svg>
          <span class="feature-text">Soporte Telefónico 24/7</span>
        </li>
        <li class="feature-item">
          <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
            <path d="M20 6L9 17l-5-5"></path>
          </svg>
          <span class="feature-text">Marca Personalizada</span>
        </li>
        <li class="feature-item">
          <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
            <path d="M20 6L9 17l-5-5"></path>
          </svg>
          <span class="feature-text">Acceso API Completo</span>
        </li>
      </ul>
      <button class="select-button">Contactar Ventas</button>
    </div>
  </div>
</div>

Características del Fragmento

Diseño Responsivo: Sí
Soporte para Modo Oscuro: No
Categoría: pricing-tables
Nivel de Dificultad: Intermedio