Pastel Dream is one of the five design themes bundled with Nakshora 3.1. Soft, calming, light-friendly. Low-saturation palettes for gentle UIs.
When to choose it#
Consumer apps, wellness and lifestyle brands, onboarding flows, light-mode products that must feel gentle rather than corporate.
Install#
import { pastelTheme } from '@nakshora/core';Sample markup#
<div class="minimalist-card p-6 rounded-2xl bg-pink-100">
<h3 class="text-pink-700 font-semibold">Breathe</h3>
<p class="text-pink-500 text-sm mt-1">Soft colors, calm interface.</p>
</div>Pair it with#
Combine Pastel Dream with the matching component family: components/index|design components — and read concepts/dark-mode-strategies|dark mode strategies if you invert the scheme.
Tip. Mixing presets in one project is fine — import one for tokens and cherry-pick palettes from another.
