Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 637 Bytes

colors.md

File metadata and controls

23 lines (19 loc) · 637 Bytes
description
Colors in NextGenCSS

Colors

There are 11 color built in NextGenCSS

$primary: #0074D9; // blue
$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

Color Example