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/werkenbij.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': (
    2: #6390af,
    1: #395473,
  ),

  'secondary': (
    1: #0087ff,
    2: #395473,
  ),

  'tertiary': (
    1: #525d7d,
    2: #404862,
  ),

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

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

  'text-on-dark': (
    1: #ffffff,
    2: #ededed,
    3: #999999,
  ),

  'text-on-primary': (
    1: #f0ebf2,
    2: #d4d5dc,
    3: #abadb8,
  ),

  'text-on-secondary': (
    1: #eaebff,
    2: #e4eaff,
    3: #dbe5ff,
  ),

  'text-on-tertiary': (
    1: #e1ecfa,
    2: #d4e5fa,
    3: #bbd8fa,
  ),

  'feedback': (
    1: #00f,
    action: #00f,
    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),
  ),

);