{% extends "layout/layout-docs.html" %} {% set page_title = "Introduction" %} {% block content %}
{% include "../templates/layout/header-footer/doc-appheader.html" %} {% include "../templates/layout/header-footer/doc-sidebar.html" %} {% include "../templates/layout/header-footer/doc-topnav.html" %}
{% include "../templates/components/breadcrumbs/doc-brd.html" %}

colors

The choice of colors for a website or app interface has an big influence on how users interact with the product and what decisions they make. Harmonic colors can contribute to a nice first impression and encourage users to engage with your product, so it's a very important aspect of a successful design, which needs to be well thought out.

#7b878c
#005ce8
#fff266
#0faf62
#ff9500
#e84646

typgography

Typography plays an important role in creating an attractive and clear interface design. Good typography will make the content easy to follow and improve the usability of your website.

Headings

Use HTML headings to organize content on your website and make the structure clear and user-friendly.

H1 Heading

H2 Heading

H3 Heading

H4 Heading

H5 Heading
H6 Heading

Paragraphs

Organize longer pieces of text into paragraphs using the p tag.

Lorem ipsum dolor sit amet consectetur adipisicing elit. Totam assumenda modi, iusto pariatur magnam eveniet. Reiciendis blanditiis facere tempora natus dolorum? Molestiae expedita repudiandae eaque fuga et perspiciatis magni necessitatibus.

At vero eos et accusam et justo duo dolores et ea rebum.

Icons

All icons come from the Phosphor Icons set and are MIT-licensed. Visit phosphoricons.com , download the icons you need in SVG, PNG or React and use them in your favourite design tools. You can show all icons and SVG codes here.

{% endblock %}