> For the complete documentation index, see [llms.txt](https://nextgencss.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nextgencss.gitbook.io/untitled/quick-start/colors.md).

# Colors

*There are 11 color built in NextGenCSS*

<pre class="language-scss"><code class="lang-scss"><strong>$primary: #0074D9; // blue
</strong>$dark: #000000;    // black
$alert: #DC143C;   // red
$leaf: #228B22;    // green
$orange: #FF4500;  // orange
$yellow: #FFD700;  // yellow
$gray: #708090;    // gray
$purple: #967BB6;  // purple
$choco: #D2691E;   // choco
$pink: #FF69B4;    // pink
$white: #FFFFFF;   // white
$neugray : #f0f0f0; // gray for neumorphism
</code></pre>

<figure><img src="/files/rVXpZhlynSjvnLtbjtZP" alt=""><figcaption><p>Color Example</p></figcaption></figure>
