// Copyright (c) 2024 Xu Shaohua <shaohua@biofan.org>. All rights reserved.
// Use of this source is governed by Lesser General Public License
// that can be found in the LICENSE file.
/* orange color scheme */
$zu-colors-orange-50: #fff3e0;
$zu-colors-orange-100: #ffe0b2;
$zu-colors-orange-200: #ffcc80;
$zu-colors-orange-300: #ffb74d;
$zu-colors-orange-400: #ffa726;
$zu-colors-orange-500: #ff9800;
$zu-colors-orange-600: #fb8c00;
$zu-colors-orange-700: #f57c00;
$zu-colors-orange-800: #ef6c00;
$zu-colors-orange-900: #e65100;
$zu-colors-orange-a100: #ffd180;
$zu-colors-orange-a200: #ffab40;
$zu-colors-orange-a400: #ff9100;
$zu-colors-orange-a700: #ff6d00;
:root {
--zu-colors-orange-50: #{$zu-colors-orange-50};
--zu-colors-orange-100: #{$zu-colors-orange-100};
--zu-colors-orange-200: #{$zu-colors-orange-200};
--zu-colors-orange-300: #{$zu-colors-orange-300};
--zu-colors-orange-400: #{$zu-colors-orange-400};
--zu-colors-orange-500: #{$zu-colors-orange-500};
--zu-colors-orange-600: #{$zu-colors-orange-600};
--zu-colors-orange-700: #{$zu-colors-orange-700};
--zu-colors-orange-800: #{$zu-colors-orange-800};
--zu-colors-orange-900: #{$zu-colors-orange-900};
--zu-colors-orange-a100: #{$zu-colors-orange-a100};
--zu-colors-orange-a200: #{$zu-colors-orange-a200};
--zu-colors-orange-a400: #{$zu-colors-orange-a400};
--zu-colors-orange-a700: #{$zu-colors-orange-a700};
}