
// Do not edit directly
// Generated on Mon, 19 May 2025 17:22:56 GMT

$base-blue-lighter: #8abfff; // Accessible on -darker colors.
$base-blue-light: #3d84f5;
$base-blue: #215cca; // Accessible on white and lighter-gray.
$base-blue-dark: #183889; // Accessible on white.
$base-blue-darker: #0e1c43; // Accessible on white.
$base-green-lighter: #71f4ae; // Accessible on -darker colors.
$base-green-light: #2cdd90;
$base-green: #158466; // Accessible on white.
$base-green-dark: #105c52; // Accessible on white.
$base-green-darker: #0c3538; // Accessible on white.
$base-purple-lighter: #e98efa; // Accessible on -darker colors.
$base-purple-light: #d250f7;
$base-purple: #950cde; // Accessible on white.
$base-purple-dark: #560a9b; // Accessible on white.
$base-purple-darker: #2a085e; // Accessible on white.
$base-fuchsia-lighter: #ff80ca; // Accessible on -darker colors.
$base-fuchsia-light: #f240ae;
$base-fuchsia: #d9118f; // Accessible on white.
$base-fuchsia-dark: #950f7d; // Accessible on white.
$base-fuchsia-darker: #5c0a5c; // Accessible on white.
$base-orange-lighter: #ffad5c; // Accessible on -darker colors.
$base-orange-light: #fa8f47;
$base-orange: #f27041;
$base-orange-dark: #aa3f24; // Accessible on white.
$base-orange-darker: #622018; // Accessible on white.
$base-gray-lighter: #f2f5f7; // Accessible on -darker colors.
$base-gray-light: #c0cfd8;
$base-gray: #738da0;
$base-gray-dark: #485968; // Accessible on white.
$base-gray-darker: #252b32; // Accessible on white.
$base-black: #000000;
$base-black-transparent-60: rgba(0, 0, 0, 0.6); // Intended for placeholder text in inputs. Use cautiously and always test combinations for contrast.
$base-black-transparent-85: rgba(0, 0, 0, 0.85); // Accessible on white and lightest gray.
$base-white: #ffffff; // Accessible on primary brand color, useful for buttons and headings.
$base-white-transparent-85: rgba(255, 255, 255, 0.85); // Accessible on primary brand color.
$brand-primary-lighter: #8abfff; // Accessible on -darker colors.
$brand-primary-light: #3d84f5;
$brand-primary: #215cca; // Accessible on white.
$brand-primary-dark: #183889; // Accessible on white.
$brand-primary-darker: #0e1c43; // Accessible on white.
$status-error-dark: #bc1919;
$status-error-light: #ffcaca;
$text-dark: rgba(0, 0, 0, 0.85); // Accessible on white and lightest gray.
$text-dark-muted: rgba(0, 0, 0, 0.6); // Intended for placeholder text in inputs. Use cautiously and always test combinations for contrast.
$text-light: rgba(255, 255, 255, 0.85); // Accessible on primary brand color.
$text-light-emphasis: #ffffff; // Accessible on primary brand color, useful for buttons and headings.
$text-action: #215cca; // Accessible on white and lighter-gray.
$text-code: rgba(202, 2, 129, 0.94); // Similar to the base fuchsia, but accessible on white and lighter-gray.
