/*!
* @mirantis/mds-theme v0.9.0 - CSS Distribution
* @license UNLICENSED
* Copyright (c) Mirantis, Inc.
*/

/* MDS All Theme Palette */

/*
WARNING: Using palette colors directly is discouraged because it will not support
  Theme Mode Switching. It could also lead to issues in your layout if the palette
  colors get updated in the future. Please consider using the color variables
  available in light-theme.css or dark-theme.css instead.
*/

:root {
  --mds-theme-palette-white0: #ffffff;
  --mds-theme-palette-white5: #fafafb;
  --mds-theme-palette-white10: #f7f7f8;
  --mds-theme-palette-white15: #f2f3f5;
  --mds-theme-palette-white25: #e9ebee;
  --mds-theme-palette-red10: #f8a09a;
  --mds-theme-palette-red20: #f3847e;
  --mds-theme-palette-red30: #ee635f;
  --mds-theme-palette-red40: #e9524f;
  --mds-theme-palette-red50: #e44141;
  --mds-theme-palette-red60: #da3333;
  --mds-theme-palette-red70: #c82828;
  --mds-theme-palette-red80: #b31c1c;
  --mds-theme-palette-red90: #9e1011;
  --mds-theme-palette-red100: #8c0607;
  --mds-theme-palette-magenta10: #fbd5fa;
  --mds-theme-palette-magenta20: #f5b8f3;
  --mds-theme-palette-magenta30: #ef94eb;
  --mds-theme-palette-magenta40: #e96fe4;
  --mds-theme-palette-magenta50: #e34adc;
  --mds-theme-palette-magenta60: #dd26d5;
  --mds-theme-palette-magenta70: #cc18c4;
  --mds-theme-palette-magenta80: #a611a0;
  --mds-theme-palette-magenta90: #7b0a76;
  --mds-theme-palette-magenta100: #530450;
  --mds-theme-palette-purple10: #d4c1f8;
  --mds-theme-palette-purple20: #bca5ea;
  --mds-theme-palette-purple30: #aa92dc;
  --mds-theme-palette-purple40: #987ece;
  --mds-theme-palette-purple50: #866abf;
  --mds-theme-palette-purple60: #7457b1;
  --mds-theme-palette-purple70: #6243a3;
  --mds-theme-palette-purple80: #4e2d8f;
  --mds-theme-palette-purple90: #3c1980;
  --mds-theme-palette-purple100: #270769;
  --mds-theme-palette-marine10: #9fd1f9;
  --mds-theme-palette-marine20: #6fb6f6;
  --mds-theme-palette-marine30: #4ba0f3;
  --mds-theme-palette-marine40: #268aef;
  --mds-theme-palette-marine50: #0073ec;
  --mds-theme-palette-marine60: #0162cc;
  --mds-theme-palette-marine70: #0151ad;
  --mds-theme-palette-marine80: #003f8c;
  --mds-theme-palette-marine90: #002c66;
  --mds-theme-palette-marine100: #0b214a;
  --mds-theme-palette-grey10: #d7dade;
  --mds-theme-palette-grey20: #b9c2c9;
  --mds-theme-palette-grey30: #a5b1ba;
  --mds-theme-palette-grey40: #90a0ac;
  --mds-theme-palette-grey50: #768491;
  --mds-theme-palette-grey60: #5a6774;
  --mds-theme-palette-grey70: #404d59;
  --mds-theme-palette-grey80: #26323f;
  --mds-theme-palette-grey90: #17222f;
  --mds-theme-palette-grey100: #161f2a;
  --mds-theme-palette-blue10: #c4f0ff;
  --mds-theme-palette-blue20: #98e0ff;
  --mds-theme-palette-blue30: #71cfff;
  --mds-theme-palette-blue40: #51bcfd;
  --mds-theme-palette-blue50: #37aaf7;
  --mds-theme-palette-blue60: #2496ed;
  --mds-theme-palette-blue70: #1282d7;
  --mds-theme-palette-blue80: #076cad;
  --mds-theme-palette-blue90: #025391;
  --mds-theme-palette-blue100: #004375;
  --mds-theme-palette-green10: #c7efe6;
  --mds-theme-palette-green20: #aae8d8;
  --mds-theme-palette-green30: #8de0ca;
  --mds-theme-palette-green40: #70d8bd;
  --mds-theme-palette-green50: #54d1b0;
  --mds-theme-palette-green60: #43b899;
  --mds-theme-palette-green70: #33977e;
  --mds-theme-palette-green80: #237663;
  --mds-theme-palette-green90: #135446;
  --mds-theme-palette-green100: #094539;
  --mds-theme-palette-orange10: #fef5c3;
  --mds-theme-palette-orange20: #f9e3ae;
  --mds-theme-palette-orange30: #f5d19a;
  --mds-theme-palette-orange40: #f0bf85;
  --mds-theme-palette-orange50: #ecad71;
  --mds-theme-palette-orange60: #e79a5c;
  --mds-theme-palette-orange70: #e28847;
  --mds-theme-palette-orange80: #db7432;
  --mds-theme-palette-orange90: #d4611d;
  --mds-theme-palette-orange100: #cc4e09;
  --mds-theme-palette-black0: #0f161e;
  --mds-theme-palette-black5: #121a24;
  --mds-theme-palette-black15: #151c26;
}
