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/shop.komma.nl/resources/sass/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: (
  'neutral': (
    0: #ffffff,
    100: #F1F1F1,
    200: #D8D8D8,
    500: #808080,
    900: #0D0D0D,
  ),
  'action': (
    500: #328dfc,
  ),
  'warning': (
    100: #fef5e1,
    500: #f8cd6b,
    700: #da9b0c,
  ),
  'negative': (
    500: #cf3e3e,
  ),
  'positive': (
    100: #c1decd,
    500: #3ecf8e,
  ),
);