Colours
Brand colours split into primary, secondary, accents and shades
Primary
Secondary
Accents
Shades
Gradient
Display
Display
Display
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.
Lorem ipsum dolor sit amet
Rich Text Block
The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.
Heading 3
The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.
Heading 4
The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.
Heading 5
The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.
Heading 6
The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.
Block quote's are great aren't they?
A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!
How to customize formatting for each rich text
Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.
- Unordered List tem
 - Unordered List tem
 - Unordered List tem
 
- Ordered List Item
 - Ordered List Item
 - Ordered List Item
 
Buttons
Call to actions split between primary, secondary, icon and text links with different sizes of each
Primary
secondary
Text Links
Icons
Forms
Elements that make up a form
Components
Reusable components
Code Sippets
Reusable components
<script>
var mobilevideo = document.getElementsByTagName("video")[0];
mobilevideo.setAttribute("playsinline", "");
mobilevideo.setAttribute("muted", "");
</script>
<!-- END: Mobile Autoplay Video -->
<script>
// when DOM is ready
document.addEventListener('DOMContentLoaded', () => {
// on .mobile-menu-button click
document.querySelectorAll('.mobile-menu-button').forEach(trigger => {
trigger.addEventListener('click', function(){
// on every click
document.querySelectorAll('body').forEach(target => target.classList.add('no-scroll'));
});
}); // on .mobile-menu--close-button click
document.querySelectorAll('.mobile-menu--close-button').forEach(trigger => {
trigger.addEventListener('click', function(){
// on every click
document.querySelectorAll('body').forEach(target => target.classList.remove('no-scroll'));
});
}); // on .mobile-nav--nav-link click
document.querySelectorAll('.mobile-nav--nav-link').forEach(trigger => {
trigger.addEventListener('click', function(){
// on every click
document.querySelectorAll('body').forEach(target => target.classList.remove('no-scroll'));
});
});
});
</script>
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://unpkg.com/tippy.js@6"></script>
<script>
// With the above scripts loaded, you can call `tippy()` with a CSS
// selector and a `content` prop:
tippy('#clubhouse', {
content: '@karolinapelc',
});
</script>
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://unpkg.com/tippy.js@6"></script>
<script>
// With the above scripts loaded, you can call `tippy()` with a CSS
// selector and a `content` prop:
tippy('#clubhouse', {
content: '@karolinapelc',
});
</script>