HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/stafa/stafa.nl/resources/sass/site/1-Settings/_settings.colors.scss
/* =========================================================
   Organize color variables in a Sass Map.
   This way, the colors can be iterated, are more organized,
   and are more intuitive to reference.
   ========================================================= */

$palettes: (
  'primary': (
    500: #375082,
    700: #20335A,
    900: #0C2243,
    border: #2C5189
  ),
  'secondary': (
    500: #DCA669,
    700: #CB985E,
  ),
  'tertiary': (
    300: #678AB4,
    500: #5073A3,
  ),
  'neutral': (
    0: #fff,
    100: #F7F8FA,
  ),
  'text': (
    800: #1E2329,
    500: #616366,
  ),
  // Feedback colors
  'action': (
    300: #72A3F5,
    500: #4D7DCF,
  ),
  'alert': (
    base: #ff8100,
  ),
  'warning': (
    200: #fef5e1,
    500: #f8cd6b,
    700: #da9b0c,
  ),
  'negative': (
    base: #cf3e3e,
  ),
  'positive': (
    base: #3ecf8e,
  ),
  'box-shadow': (
    base: hsla(0, 50%, 0%, 0.2)
  ),
);