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/SBogers10/kooken.komma.pro/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: #1d1d1d,
    700: #000000,
  ),

  'secondary': (
    500: #e43d22,
  ),

  'neutral': (
    0:   #ffffff,
    100: #f8f8f8,
    200: #F5F5F5,
    300: #c8c8c8,
    400: #999999,
    500: #656565,
    800: #2C2C2C,
    900: #1d1d1d,
    1000: #000000,
  ),

  'text': (
    900: #1A1A1A,
    500: #656565,
    300: #999999,
  ),

  'text-on-dark': (
    100: #ffffff,
    200: #ededed,
    300: #999999,
  ),

  'text-on-primary': (
    100: #EDF3EE,
    200: #D5DCD5,
    300: #ADBAAE,
  ),

  'text-on-secondary': (
    100: #ffffff,
  ),

  'feedback': (
    action: #4079B8,
    warning: #ffd33a,
    alert: #ff8100,
    negative: #cf3e3e,
    positive: #3ecf8e,
  ),

  'border': (
      0: #ffffff,
      300: #c8c8c8,
      500: #656565,
  ),

  'box-shadow': (
    900: hsla(0, 50%, 0%, 0.2),
  ),

);