Natura11y Inclusive Framework
A hummingbird pollinating a flower

Natura11y helps you make websites beautiful and accessible

Not Just a Framework—a Design ECOsystem

Natura11y brings together modern tools, ready-to-use components, and accessibility resources to help you build scalable design systems.

A giraffe reaching for a leaf

Accessibility

Create inclusive web experiences with less effort. Natura11y ships with a wealth of built-in accessibility features.

Close up of a beautiful chameleon

Customizable CDN

With Natura11y's CDN stylesheet, use custom properties to redefine styles. No need for complex setups or Sass compilers.

Yellow, blue, red, and green bird in close-up photograph

Dynamic Color System

Beyond Dark Mode: Apply color themes to entire pages and single components. You can even apply themes at specific breakpoints.

A plate of figs on a tablecloth

Figma UI Kit

Explore design options or create your own design system with Natura11y's free-to-use Figma UI Kit.

A flock of snow geese flying in the sky

Navigation

Build responsive headers, mega menus, dropdowns, and breadcrumbs with Natura11y’s flexible navigation components.

A silhouette of a parrot on bare branches

Open Source Icon Library

Use Natura11y's icon library as-is or develop your own custom icon font. Free with no account or sign-up required.

Two great black-backed gulls on a rocky beach

React Starter Components

Jumpstart your next React project with Natura11y's starter components. Use the same styles as in Natura11y's HTML components.

A crab on a rock in Cuba

RTL Support

Ensure layouts adapt smoothly to support languages in their natural direction, whether left-to-right or right-to-left.

Dead trees in the Namib Desert

Typography

Make beautiful, readable typography with Natura11y's easy-to-use typography system. Adjust all sizes and scale with just two variables.

Easily Build Dynamic Layouts

Natura11y's ready-made components and intuitive utility classes make it easy to compose pages. The Backdrop example below shows how they work together.

Start with the Backdrop component (line 1) as the base for the call-to-action area. The text and button are currently hard to read and not aligned properly.

A hummingbird pollinating a flower

This Emily Dickinson poem captures the fleeting beauty and speed of a hummingbird's flight, emphasizing the ephemeral nature of its movement and presence in a moment of vivid imagery.


                            <div class="backdrop backdrop--fixed">
                                <div class="backdrop__media">
                                    <img class="opacity-50" src="..." alt="..." />
                                </div>
                                <div class="backdrop__cover">
                                    <div class="container text-align-center">
                                        <h2 class="banner-headline">
                                            A Route of Evanescence
                                        </h2>
                                        <p>
                                            This Emily Dickinson poem captures the fleeting...
                                        </p>
                                        <a class="button">
                                            Read This Poem
                                        </a>
                                    </div>
                                </div>
                            </div>