Free
Pricing
PayMe Pricing
A pricing block extracted from the PayMe template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.
0
13
A pricing block extracted from the PayMe template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.
<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.FontAwesomeConfig = {
autoReplaceSvg: 'nest'
};
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<meta charset="utf-8">
<title>PayMe Pricing | Tailwind CSS UI Block</title>
<meta content="A pricing block extracted from the PayMe template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design." name="description">
<meta name="keywords" content="PayMe, Tailwind CSS template, HTML website template, fintech website template, financial dashboard, digital payments, responsive landing page">
<meta name="author" content="Let's templates">
<link rel="canonical" href="">
<meta property="og:type" content="product">
<meta property="og:site_name" content="Let's templates">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="">
<meta property="og:title" content="PayMe | Tailwind CSS Fintech Dashboard Template">
<meta property="og:description" content="A modern Tailwind CSS fintech website template for digital payments, personal finance tools, account management, and financial dashboards.">
<meta property="og:image" content="">
<meta property="og:image:alt" content="PayMe template preview">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="">
<meta name="twitter:title" content="PayMe | Tailwind CSS Fintech Dashboard Template">
<meta name="twitter:description" content="A modern Tailwind CSS fintech website template for digital payments, personal finance tools, account management, and financial dashboards.">
<meta name="twitter:image" content="">
<meta name="twitter:image:alt" content="PayMe template preview">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
sans: ['"Plus Jakarta Sans"', 'sans-serif'],
},
colors: {
// Light-mode re-tune: same violet identity, but layered over a soft
// lavender-tinted light base. Surfaces stay near-white with hairline
// borders; text becomes deep eggplant instead of pure black.
c0: '#ffffff', // raised panel / card surface
c1: '#fcfbfe', // elevated card tint
c2: '#f5f3ff', // page base (lavender-tinted)
c3: '#faf5ff', // secondary base
c4: '#e8e4f5', // hairline border (light)
ink: '#1a1523', // primary text (was near-black)
muted: '#5d5870', // muted text (AA on light)
accent: '#6D28D9', // brand violet accent (active/indicators only)
},
keyframes: {
marquee: {
'0%': { transform: 'translateX(0)' },
'100%': { transform: 'translateX(-50%)' },
}
},
animation: {
marquee: 'marquee 30s linear infinite',
}
}
}
}
</script>
<style type="text/css">
body { font-family: 'Plus Jakarta Sans', sans-serif; }
.punchout-text {
color: transparent;
-webkit-text-fill-color: transparent;
-webkit-text-stroke: 1px #c4b5fd;
font-weight: 300;
}
.nav-link::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background-color: currentColor;
transition: width 0.3s ease;
}
.nav-link:hover::after { width: 100%; }
.nav-link.is-active { color: #1a1523; }
.nav-link .nav-dot { display: none; }
.nav-link.is-active .nav-dot { display: inline-block; }
</style>
</head>
<body class="bg-gradient-to-b from-c2 to-c3 text-ink overflow-x-hidden">
<!-- block:start pricing -->
<section id="price" class="max-w-[1440px] mx-auto px-6 py-24 border-t border-c4">
<h2 class="text-4xl md:text-5xl font-bold mb-4 tracking-tight">Price</h2>
<p class="text-muted mb-12">Transparent plans that grow with your business.</p>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Starter -->
<div class="rounded-3xl p-8 border border-c4 bg-c1 hover:border-accent/40 transition-colors">
<h3 class="text-2xl font-semibold mb-2">Starter</h3>
<p class="text-sm text-muted mb-6">For individuals and side projects.</p>
<p class="text-4xl font-bold tracking-tighter mb-6">$0<span class="text-base text-muted font-normal">/mo</span></p>
<ul class="space-y-3 mb-8 text-sm text-muted">
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> 3 accounts</li>
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> Basic analytics</li>
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> Virtual card</li>
</ul>
<a href="#" class="block w-full py-3 border border-ink/20 rounded-lg text-center text-sm font-semibold hover:bg-ink hover:text-white transition-colors">Get Started Free</a>
</div>
<!-- Pro (featured) -->
<div class="rounded-3xl p-8 border-2 border-accent bg-c0 shadow-sm relative">
<span class="absolute -top-3 left-8 bg-accent text-white text-[10px] uppercase tracking-widest font-bold px-3 py-1 rounded-full">Popular</span>
<h3 class="text-2xl font-semibold mb-2">Pro</h3>
<p class="text-sm text-muted mb-6">For growing startups and teams.</p>
<p class="text-4xl font-bold tracking-tighter mb-6">$29<span class="text-base text-muted font-normal">/mo</span></p>
<ul class="space-y-3 mb-8 text-sm text-muted">
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> Unlimited accounts</li>
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> Advanced analytics</li>
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> Physical + virtual cards</li>
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> Priority support</li>
</ul>
<a href="#" class="block w-full py-3 bg-ink text-white rounded-lg text-center text-sm font-semibold hover:bg-accent transition-colors">Get Started Free</a>
</div>
<!-- Enterprise -->
<div class="rounded-3xl p-8 border border-c4 bg-c1 hover:border-accent/40 transition-colors">
<h3 class="text-2xl font-semibold mb-2">Enterprise</h3>
<p class="text-sm text-muted mb-6">For large organizations worldwide.</p>
<p class="text-4xl font-bold tracking-tighter mb-6">Custom</p>
<ul class="space-y-3 mb-8 text-sm text-muted">
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> Everything in Pro</li>
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> Dedicated account manager</li>
<li class="flex items-center gap-2"><i class="fa-solid fa-check text-accent"></i> Custom integrations</li>
</ul>
<a href="#" class="block w-full py-3 border border-ink/20 rounded-lg text-center text-sm font-semibold hover:bg-ink hover:text-white transition-colors">Get Started Free</a>
</div>
</div>
</section>
<!-- block:end pricing -->
<script>
(function () {
var links = document.querySelectorAll(".nav-link");
function setActive(activeLink) {
links.forEach(function (link) {
var isActive = link === activeLink;
link.classList.toggle("is-active", isActive);
if (isActive) {
link.setAttribute("aria-current", "page");
} else {
link.removeAttribute("aria-current");
}
});
}
links.forEach(function (link) {
link.addEventListener("click", function () {
setActive(link);
});
});
})();
</script>
</body>
</html>
Free
Business
Unlock the entire library of premium templates and blocks. Renews automatically, cancel anytime.