Pastel
🎨

Pastel

Installing the theme

Head to your Super site and click into the 'code' page. Then in the 'Head' tab and paste the following snippet to the top of the text box:
<link rel="stylesheet" href="https://sites.super.so/builder/themes/pastel/pastel.min.css">
 

Duplicate the Notion page

🎨
Super Builder: Pastel
 

Recommended theme settings

To get your site looking like the live demo, first head to your Super site settings and click into the 'theme' page. Then apply the settings below:
 
Recommended font:
Libre Baskerville
Custom Navbar:
Background Color: rgba(255, 255, 255, 0)
Text Color: #ffffff
CTA Background: #ffffff
CTA text: #969ae2
 

Customising this theme

Below are a few customisation options for this theme. To use them, head to your Super site and click into the 'code' page. Then in the 'CSS' tab, paste the following snippets:
 

Change background color

Simply replace the hex code (#e2a79d) with a custom color of your choice.
:root { --color-bg-default: #e2a79d!important; }
 

Change default text color

Simply replace the hex code (#2b2b2b) with a custom color of your choice.
:root { --color-text-default: #2b2b2b!important; }
Â