Glassmorphism Pricing Table

Intermediate

Modern pricing table with glassmorphism design, backdrop blur effects, and vibrant accents

Live Preview

Code Implementation

HTML
<div class="glassmorphism-pricing-container">
  <div class="pricing-header">
    <h2 class="pricing-title">Transparent Pricing</h2>
    <p class="pricing-subtitle">Crystal clear plans with no hidden fees</p>
  </div>
  
  <div class="pricing-toggle">
    <span class="toggle-label">Monthly</span>
    <label class="switch">
      <input type="checkbox" id="billing-toggle">
      <span class="slider"></span>
    </label>
    <span class="toggle-label">Yearly</span>
    <span class="discount-badge">Save 25%</span>
  </div>
  
  <div class="pricing-grid">
    <div class="pricing-card">
      <div class="card-header">
        <h3 class="plan-name">Essential</h3>
        <p class="plan-description">For beginners and solo creators</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">/month</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 Projects</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 Storage</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">Email Support</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">Custom Branding</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">API Access</span>
        </li>
      </ul>
      <button class="select-button">Start Free Trial</button>
    </div>
    
    <div class="pricing-card popular">
      <div class="popular-badge">Best Value</div>
      <div class="card-header">
        <h3 class="plan-name">Growth</h3>
        <p class="plan-description">Perfect for growing teams</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">/month</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">Unlimited Projects</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 Storage</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">Priority Chat Support</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">Custom Branding</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">API Access</span>
        </li>
      </ul>
      <button class="select-button">Start Free Trial</button>
    </div>
    
    <div class="pricing-card enterprise">
      <div class="card-header">
        <h3 class="plan-name">Enterprise</h3>
        <p class="plan-description">For large organizations</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">/month</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">Unlimited Projects</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 Storage</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">24/7 Phone Support</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">Custom Branding</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">Full API Access</span>
        </li>
      </ul>
      <button class="select-button">Contact Sales</button>
    </div>
  </div>
</div>

Snippet Features

Responsive Design: Yes
Dark Mode Support: No
Category: pricing-tables
Difficulty Level: Intermediate