Get Started

Components

Colors

In the Library this color palette is used. Only four major colors were used throughout.

palette

Primary color
background color
secondary color
paragraph-color
                    
            :root{
                --primary-color: #eebbc3;
                --background-color: #232946;
                --section-background-color: #d4d8f0;
                --paragraph-color: #b8c1ec;
                            
            }
            
Primary color
background color
secondary color
paragraph-color