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/pietvanmierlo/stempelbv.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': (
    1: #1D1D1D,
    2: #D7472C,
  ),

  'secondary': (
    1: #FFC200,
  ),

  'neutral': (
    1: #f8f8f8,
    medium: #c8c8c8,
    dark: #1d1d1d,
  ),

  'text': (
    1: #1A1A1A,
    2: #656565,
    3: #999999,
  ),

  'text-on-dark': (
    1: #fff
  ),

  'text-on-primary': (
    1: #fff
  ),


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

  'light': (
    1: #ffffff,
  ),

  'dark': (
    1: #000000,
  ),

  'border': (
    1: #c8c8c8,
  ),

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

);