🌈
NextGenCSS
  • 🔥NextGenCSS🔥
    • How to Contribute ?
  • Installation
    • Install and Use
    • Set Up
    • React
  • 🌟Quick Start
    • Get Started
    • Optimizations
    • Breakpoints
    • Colors
    • Buttons
    • BackGround Color
    • Border
    • Font
    • Icons
  • 🧩Components
    • Box
    • Card
    • Footer
    • NavBar
    • Switch
  • ⚒️Utilities
    • Display
    • Align
    • Center
    • Flex
    • Left
    • Right
    • Padding
    • Margin
    • Grid
    • Scale
  • forms
    • Input Box
  • ☺️Releases and Changelog
    • 0.0 🔥🔥 1st Release
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Quick Start

Colors

Colors in NextGenCSS

Last updated 1 year ago

Was this helpful?

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