Content Blocks
Soft Cloud
Soft minimal cloud pricing cards with gentle aesthetics.
pricingsoftcloudminimal
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
title | string | Simple plans for everyone. | Section title text. |
plans | Array<{name: string, price: number, description?: string, badge?: string, iconColor?: string, iconBgColor?: string, buttonBgColor?: string, buttonTextColor?: string, buttonHoverBgColor?: string}> | [] | Array of pricing plans with name, price, description, badge, and optional styling props. |
features | string[] | [] | Array of feature strings to display. |
backgroundColor | string | #F0F4F8 | Background color (hex, rgb, or hsl). |
titleColor | string | #1e293b | Title text color. |
cardBgColor | string | #ffffff | Card background color. |
cardShadowColor | string | rgba(0,0,0,0.05) | Card shadow color. |
cardBorderColor | string | #ffffff | Card border color. |
planNameColor | string | #0f172a | Plan name text color. |
planDescColor | string | #94a3b8 | Plan description text color. |
priceColor | string | #0f172a | Price text color. |
priceSubtextColor | string | #94a3b8 | Price subtext color. |
featureTextColor | string | #0f172a | Feature text color. |
featureCheckBgColor | string | #f1f5f9 | Feature check background color. |
featureCheckColor | string | #0f172a | Feature check icon color. |
badgeBgColor | string | #c7d2fe | Badge background color. |
badgeTextColor | string | #6366f1 | Badge text color. |
defaultButtonBgColor | string | #f1f5f9 | Default button background color. |
defaultButtonTextColor | string | #0f172a | Default button text color. |
defaultButtonHoverBgColor | string | #e2e8f0 | Default button hover background color. |
buttonText | string | Get Started | Button text. |