@db-ux/core-foundations 1.0.0-test-13b991d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/README.md +351 -0
  2. package/assets/fonts/OFL.txt +93 -0
  3. package/assets/fonts/OpenSans-Bold-EU.woff2 +0 -0
  4. package/assets/fonts/OpenSans-Bold.ttf +0 -0
  5. package/assets/fonts/OpenSans-ExtraBold-EU.woff2 +0 -0
  6. package/assets/fonts/OpenSans-ExtraBold.ttf +0 -0
  7. package/assets/fonts/OpenSans-Light-EU.woff2 +0 -0
  8. package/assets/fonts/OpenSans-Light.ttf +0 -0
  9. package/assets/fonts/OpenSans-Medium-EU.woff2 +0 -0
  10. package/assets/fonts/OpenSans-Medium.ttf +0 -0
  11. package/assets/fonts/OpenSans-Regular-EU.woff2 +0 -0
  12. package/assets/fonts/OpenSans-Regular.ttf +0 -0
  13. package/assets/fonts/OpenSans-SemiBold-EU.woff2 +0 -0
  14. package/assets/fonts/OpenSans-SemiBold.ttf +0 -0
  15. package/assets/fonts/README.md +23 -0
  16. package/assets/fonts/generate-eu-fonts.ts +46 -0
  17. package/assets/fonts/unicode-eu.txt +14 -0
  18. package/assets/icons/DB_LICENSE +253 -0
  19. package/assets/icons/LICENCES.json +153 -0
  20. package/assets/icons/arrow_down.svg +1 -0
  21. package/assets/icons/arrow_left.svg +1 -0
  22. package/assets/icons/arrow_right.svg +1 -0
  23. package/assets/icons/arrow_up.svg +1 -0
  24. package/assets/icons/arrow_up_right.svg +1 -0
  25. package/assets/icons/brand.svg +1 -0
  26. package/assets/icons/calendar.svg +5 -0
  27. package/assets/icons/check-circle.svg +1 -0
  28. package/assets/icons/check.svg +1 -0
  29. package/assets/icons/check_circle.svg +1 -0
  30. package/assets/icons/chevron_down.svg +1 -0
  31. package/assets/icons/chevron_left.svg +1 -0
  32. package/assets/icons/chevron_right.svg +1 -0
  33. package/assets/icons/chevron_up.svg +1 -0
  34. package/assets/icons/circle.svg +1 -0
  35. package/assets/icons/clock.svg +1 -0
  36. package/assets/icons/cross.svg +1 -0
  37. package/assets/icons/cross_circle.svg +1 -0
  38. package/assets/icons/exclamation_mark_circle.svg +1 -0
  39. package/assets/icons/exclamation_mark_triangle.svg +1 -0
  40. package/assets/icons/fonts/all/db-ux.woff2 +0 -0
  41. package/assets/icons/fonts/default/db-ux.woff2 +0 -0
  42. package/assets/icons/fonts/default_12/db-ux.woff2 +0 -0
  43. package/assets/icons/fonts/default_14/db-ux.woff2 +0 -0
  44. package/assets/icons/fonts/default_16/db-ux.woff2 +0 -0
  45. package/assets/icons/fonts/default_20/db-ux.woff2 +0 -0
  46. package/assets/icons/fonts/default_24/db-ux.woff2 +0 -0
  47. package/assets/icons/fonts/default_28/db-ux.woff2 +0 -0
  48. package/assets/icons/fonts/default_32/db-ux.woff2 +0 -0
  49. package/assets/icons/fonts/default_48/db-ux.woff2 +0 -0
  50. package/assets/icons/fonts/default_64/db-ux.woff2 +0 -0
  51. package/assets/icons/fonts/filled/db-ux.woff2 +0 -0
  52. package/assets/icons/fonts/filled_12/db-ux.woff2 +0 -0
  53. package/assets/icons/fonts/filled_14/db-ux.woff2 +0 -0
  54. package/assets/icons/fonts/filled_16/db-ux.woff2 +0 -0
  55. package/assets/icons/fonts/filled_20/db-ux.woff2 +0 -0
  56. package/assets/icons/fonts/filled_24/db-ux.woff2 +0 -0
  57. package/assets/icons/fonts/filled_28/db-ux.woff2 +0 -0
  58. package/assets/icons/fonts/filled_32/db-ux.woff2 +0 -0
  59. package/assets/icons/fonts/filled_48/db-ux.woff2 +0 -0
  60. package/assets/icons/fonts/filled_64/db-ux.woff2 +0 -0
  61. package/assets/icons/information_circle.svg +1 -0
  62. package/assets/icons/magnifying_glass.svg +1 -0
  63. package/assets/icons/menu.svg +1 -0
  64. package/assets/icons/minus.svg +1 -0
  65. package/assets/icons/plus.svg +1 -0
  66. package/assets/icons/resize_handle_corner.svg +1 -0
  67. package/assets/icons/x_placeholder.svg +1 -0
  68. package/build/all-icons.d.ts +1 -0
  69. package/build/all-icons.js +28 -0
  70. package/build/base-icon-types.d.ts +1 -0
  71. package/build/base-icon-types.js +1 -0
  72. package/build/icon-types.d.ts +20 -0
  73. package/build/icon-types.js +1 -0
  74. package/build/ide/db.ide.css +1072 -0
  75. package/build/index.d.ts +3 -0
  76. package/build/index.js +3 -0
  77. package/build/styles/_absolute.assets-paths.scss +5 -0
  78. package/build/styles/_default.assets-paths.scss +2 -0
  79. package/build/styles/_normalize.scss +257 -0
  80. package/build/styles/_rollup.assets-paths.scss +5 -0
  81. package/build/styles/_screen-sizes.scss +49 -0
  82. package/build/styles/_variables.scss +80 -0
  83. package/build/styles/_webpack.assets-paths.scss +5 -0
  84. package/build/styles/absolute.css +1185 -0
  85. package/build/styles/absolute.scss +3 -0
  86. package/build/styles/animation/_animations.scss +109 -0
  87. package/build/styles/animation/_index.scss +2 -0
  88. package/build/styles/animation/_transitions.scss +14 -0
  89. package/build/styles/colors/_default-color-scheme.scss +2957 -0
  90. package/build/styles/colors/_default-palette.scss +2523 -0
  91. package/build/styles/colors/_index.scss +5 -0
  92. package/build/styles/colors/_placeholder.scss +203 -0
  93. package/build/styles/colors/_variables.additional-palette.scss +285 -0
  94. package/build/styles/colors/_variables.additional-speaking-colors.scss +9 -0
  95. package/build/styles/colors/_variables.additional.scss +2 -0
  96. package/build/styles/colors/_variables.palette.scss +225 -0
  97. package/build/styles/colors/_variables.scss +156 -0
  98. package/build/styles/colors/_variables.speaking-colors.scss +8 -0
  99. package/build/styles/colors/classes/_get-class.scss +23 -0
  100. package/build/styles/colors/classes/all.css +2320 -0
  101. package/build/styles/colors/classes/all.scss +18 -0
  102. package/build/styles/colors/classes/blue.css +151 -0
  103. package/build/styles/colors/classes/blue.scss +6 -0
  104. package/build/styles/colors/classes/brand.css +151 -0
  105. package/build/styles/colors/classes/brand.scss +6 -0
  106. package/build/styles/colors/classes/critical.css +151 -0
  107. package/build/styles/colors/classes/critical.scss +6 -0
  108. package/build/styles/colors/classes/cyan.css +151 -0
  109. package/build/styles/colors/classes/cyan.scss +6 -0
  110. package/build/styles/colors/classes/green.css +151 -0
  111. package/build/styles/colors/classes/green.scss +6 -0
  112. package/build/styles/colors/classes/informational.css +151 -0
  113. package/build/styles/colors/classes/informational.scss +6 -0
  114. package/build/styles/colors/classes/neutral.css +151 -0
  115. package/build/styles/colors/classes/neutral.scss +6 -0
  116. package/build/styles/colors/classes/orange.css +151 -0
  117. package/build/styles/colors/classes/orange.scss +6 -0
  118. package/build/styles/colors/classes/pink.css +151 -0
  119. package/build/styles/colors/classes/pink.scss +6 -0
  120. package/build/styles/colors/classes/red.css +151 -0
  121. package/build/styles/colors/classes/red.scss +6 -0
  122. package/build/styles/colors/classes/successful.css +151 -0
  123. package/build/styles/colors/classes/successful.scss +6 -0
  124. package/build/styles/colors/classes/turquoise.css +151 -0
  125. package/build/styles/colors/classes/turquoise.scss +6 -0
  126. package/build/styles/colors/classes/violet.css +151 -0
  127. package/build/styles/colors/classes/violet.scss +6 -0
  128. package/build/styles/colors/classes/warning.css +151 -0
  129. package/build/styles/colors/classes/warning.scss +6 -0
  130. package/build/styles/colors/classes/yellow.css +151 -0
  131. package/build/styles/colors/classes/yellow.scss +6 -0
  132. package/build/styles/colors/speaking-colors/additional/_blue.speaking-colors.scss +112 -0
  133. package/build/styles/colors/speaking-colors/additional/_cyan.speaking-colors.scss +112 -0
  134. package/build/styles/colors/speaking-colors/additional/_green.speaking-colors.scss +112 -0
  135. package/build/styles/colors/speaking-colors/additional/_orange.speaking-colors.scss +112 -0
  136. package/build/styles/colors/speaking-colors/additional/_pink.speaking-colors.scss +112 -0
  137. package/build/styles/colors/speaking-colors/additional/_red.speaking-colors.scss +112 -0
  138. package/build/styles/colors/speaking-colors/additional/_turquoise.speaking-colors.scss +136 -0
  139. package/build/styles/colors/speaking-colors/additional/_violet.speaking-colors.scss +112 -0
  140. package/build/styles/colors/speaking-colors/additional/_yellow.speaking-colors.scss +112 -0
  141. package/build/styles/colors/speaking-colors/semantic/_brand.speaking-colors.scss +112 -0
  142. package/build/styles/colors/speaking-colors/semantic/_critical.speaking-colors.scss +130 -0
  143. package/build/styles/colors/speaking-colors/semantic/_informational.speaking-colors.scss +136 -0
  144. package/build/styles/colors/speaking-colors/semantic/_neutral.speaking-colors.scss +130 -0
  145. package/build/styles/colors/speaking-colors/semantic/_successful.speaking-colors.scss +136 -0
  146. package/build/styles/colors/speaking-colors/semantic/_warning.speaking-colors.scss +130 -0
  147. package/build/styles/defaults/default-code.css +93 -0
  148. package/build/styles/defaults/default-code.scss +42 -0
  149. package/build/styles/defaults/default-elevation.css +1 -0
  150. package/build/styles/defaults/default-elevation.scss +22 -0
  151. package/build/styles/defaults/default-fonts.css +25 -0
  152. package/build/styles/defaults/default-fonts.scss +79 -0
  153. package/build/styles/defaults/default-icons.css +1 -0
  154. package/build/styles/defaults/default-icons.scss +57 -0
  155. package/build/styles/defaults/default-required.css +1 -0
  156. package/build/styles/defaults/default-required.scss +137 -0
  157. package/build/styles/defaults/default-root.css +93 -0
  158. package/build/styles/defaults/default-root.scss +9 -0
  159. package/build/styles/defaults/default-theme.css +93 -0
  160. package/build/styles/defaults/default-theme.scss +864 -0
  161. package/build/styles/density/_densities.scss +13 -0
  162. package/build/styles/density/_index.scss +5 -0
  163. package/build/styles/density/_scaling-placeholder.scss +57 -0
  164. package/build/styles/density/_typography-placeholder.scss +86 -0
  165. package/build/styles/density/_variables.scss +3 -0
  166. package/build/styles/density/classes/_get-class.scss +10 -0
  167. package/build/styles/density/classes/all.css +1033 -0
  168. package/build/styles/density/classes/all.scss +6 -0
  169. package/build/styles/density/classes/expressive.css +363 -0
  170. package/build/styles/density/classes/expressive.scss +6 -0
  171. package/build/styles/density/classes/functional.css +363 -0
  172. package/build/styles/density/classes/functional.scss +6 -0
  173. package/build/styles/density/classes/regular.css +363 -0
  174. package/build/styles/density/classes/regular.scss +6 -0
  175. package/build/styles/fonts/_font-sizes.scss +55 -0
  176. package/build/styles/fonts/_index.scss +1 -0
  177. package/build/styles/fonts/absolute.css +1 -0
  178. package/build/styles/fonts/absolute.scss +3 -0
  179. package/build/styles/fonts/classes/all.css +185 -0
  180. package/build/styles/fonts/classes/all.scss +13 -0
  181. package/build/styles/fonts/classes/body/2xl.css +16 -0
  182. package/build/styles/fonts/classes/body/2xl.scss +8 -0
  183. package/build/styles/fonts/classes/body/2xs.css +16 -0
  184. package/build/styles/fonts/classes/body/2xs.scss +8 -0
  185. package/build/styles/fonts/classes/body/3xl.css +16 -0
  186. package/build/styles/fonts/classes/body/3xl.scss +8 -0
  187. package/build/styles/fonts/classes/body/3xs.css +16 -0
  188. package/build/styles/fonts/classes/body/3xs.scss +8 -0
  189. package/build/styles/fonts/classes/body/all.css +104 -0
  190. package/build/styles/fonts/classes/body/all.scss +8 -0
  191. package/build/styles/fonts/classes/body/lg.css +16 -0
  192. package/build/styles/fonts/classes/body/lg.scss +8 -0
  193. package/build/styles/fonts/classes/body/md.css +16 -0
  194. package/build/styles/fonts/classes/body/md.scss +8 -0
  195. package/build/styles/fonts/classes/body/sm.css +16 -0
  196. package/build/styles/fonts/classes/body/sm.scss +8 -0
  197. package/build/styles/fonts/classes/body/xl.css +16 -0
  198. package/build/styles/fonts/classes/body/xl.scss +8 -0
  199. package/build/styles/fonts/classes/body/xs.css +16 -0
  200. package/build/styles/fonts/classes/body/xs.scss +8 -0
  201. package/build/styles/fonts/classes/headline/2xl.css +14 -0
  202. package/build/styles/fonts/classes/headline/2xl.scss +8 -0
  203. package/build/styles/fonts/classes/headline/2xs.css +14 -0
  204. package/build/styles/fonts/classes/headline/2xs.scss +8 -0
  205. package/build/styles/fonts/classes/headline/3xl.css +14 -0
  206. package/build/styles/fonts/classes/headline/3xl.scss +8 -0
  207. package/build/styles/fonts/classes/headline/3xs.css +14 -0
  208. package/build/styles/fonts/classes/headline/3xs.scss +8 -0
  209. package/build/styles/fonts/classes/headline/all.css +86 -0
  210. package/build/styles/fonts/classes/headline/all.scss +8 -0
  211. package/build/styles/fonts/classes/headline/lg.css +14 -0
  212. package/build/styles/fonts/classes/headline/lg.scss +8 -0
  213. package/build/styles/fonts/classes/headline/md.css +14 -0
  214. package/build/styles/fonts/classes/headline/md.scss +8 -0
  215. package/build/styles/fonts/classes/headline/sm.css +14 -0
  216. package/build/styles/fonts/classes/headline/sm.scss +8 -0
  217. package/build/styles/fonts/classes/headline/xl.css +14 -0
  218. package/build/styles/fonts/classes/headline/xl.scss +8 -0
  219. package/build/styles/fonts/classes/headline/xs.css +14 -0
  220. package/build/styles/fonts/classes/headline/xs.scss +8 -0
  221. package/build/styles/fonts/relative.css +1 -0
  222. package/build/styles/fonts/relative.scss +57 -0
  223. package/build/styles/fonts/rollup.css +1 -0
  224. package/build/styles/fonts/rollup.scss +3 -0
  225. package/build/styles/fonts/webpack.css +1 -0
  226. package/build/styles/fonts/webpack.scss +3 -0
  227. package/build/styles/helpers/_a11y.scss +17 -0
  228. package/build/styles/helpers/_clearfix.scss +5 -0
  229. package/build/styles/helpers/_divider.scss +50 -0
  230. package/build/styles/helpers/_focus.scss +23 -0
  231. package/build/styles/helpers/_functions.scss +44 -0
  232. package/build/styles/helpers/_index.scss +6 -0
  233. package/build/styles/helpers/_shadow-dom.scss +5 -0
  234. package/build/styles/helpers/classes/all.css +238 -0
  235. package/build/styles/helpers/classes/all.scss +2 -0
  236. package/build/styles/helpers/classes/divider.css +221 -0
  237. package/build/styles/helpers/classes/divider.scss +13 -0
  238. package/build/styles/helpers/classes/focus.css +24 -0
  239. package/build/styles/helpers/classes/focus.scss +6 -0
  240. package/build/styles/icons/_icon-helpers.scss +161 -0
  241. package/build/styles/icons/_index.scss +1 -0
  242. package/build/styles/icons/absolute.css +1 -0
  243. package/build/styles/icons/absolute.scss +3 -0
  244. package/build/styles/icons/relative.css +1 -0
  245. package/build/styles/icons/relative.scss +50 -0
  246. package/build/styles/icons/rollup.css +1 -0
  247. package/build/styles/icons/rollup.scss +3 -0
  248. package/build/styles/icons/webpack.css +1 -0
  249. package/build/styles/icons/webpack.scss +3 -0
  250. package/build/styles/index.css +1185 -0
  251. package/build/styles/index.scss +6 -0
  252. package/build/styles/relative.css +7344 -0
  253. package/build/styles/relative.scss +4 -0
  254. package/build/styles/rollup.css +1185 -0
  255. package/build/styles/rollup.scss +3 -0
  256. package/build/styles/webpack.css +1185 -0
  257. package/build/styles/webpack.scss +3 -0
  258. package/build/tailwind/tailwind-tokens.json +252 -0
  259. package/build/tailwind/tailwind.config.cjs +15 -0
  260. package/build/tailwind/tailwind.config.mjs +16 -0
  261. package/build/tailwind/theme/colors.css +154 -0
  262. package/build/tailwind/theme/index.css +176 -0
  263. package/package.json +64 -0
@@ -0,0 +1,2523 @@
1
+ @mixin get-color-palette {
2
+ @property --db-neutral-0 {
3
+ syntax: "<color>";
4
+ initial-value: #05070c;
5
+ inherits: true;
6
+ }
7
+
8
+ @property --db-neutral-1 {
9
+ syntax: "<color>";
10
+ initial-value: #0b0e15;
11
+ inherits: true;
12
+ }
13
+
14
+ @property --db-neutral-2 {
15
+ syntax: "<color>";
16
+ initial-value: #10131b;
17
+ inherits: true;
18
+ }
19
+
20
+ @property --db-neutral-3 {
21
+ syntax: "<color>";
22
+ initial-value: #171c26;
23
+ inherits: true;
24
+ }
25
+
26
+ @property --db-neutral-4 {
27
+ syntax: "<color>";
28
+ initial-value: #29303f;
29
+ inherits: true;
30
+ }
31
+
32
+ @property --db-neutral-5 {
33
+ syntax: "<color>";
34
+ initial-value: #3d475b;
35
+ inherits: true;
36
+ }
37
+
38
+ @property --db-neutral-6 {
39
+ syntax: "<color>";
40
+ initial-value: #525e78;
41
+ inherits: true;
42
+ }
43
+
44
+ @property --db-neutral-7 {
45
+ syntax: "<color>";
46
+ initial-value: #687797;
47
+ inherits: true;
48
+ }
49
+
50
+ @property --db-neutral-8 {
51
+ syntax: "<color>";
52
+ initial-value: #8091b5;
53
+ inherits: true;
54
+ }
55
+
56
+ @property --db-neutral-9 {
57
+ syntax: "<color>";
58
+ initial-value: #9fabc7;
59
+ inherits: true;
60
+ }
61
+
62
+ @property --db-neutral-10 {
63
+ syntax: "<color>";
64
+ initial-value: #bfc6d9;
65
+ inherits: true;
66
+ }
67
+
68
+ @property --db-neutral-11 {
69
+ syntax: "<color>";
70
+ initial-value: #dfe2ec;
71
+ inherits: true;
72
+ }
73
+
74
+ @property --db-neutral-12 {
75
+ syntax: "<color>";
76
+ initial-value: #eceef3;
77
+ inherits: true;
78
+ }
79
+
80
+ @property --db-neutral-13 {
81
+ syntax: "<color>";
82
+ initial-value: #f2f3f7;
83
+ inherits: true;
84
+ }
85
+
86
+ @property --db-neutral-14 {
87
+ syntax: "<color>";
88
+ initial-value: #fff;
89
+ inherits: true;
90
+ }
91
+
92
+ @property --db-neutral-origin {
93
+ syntax: "<color>";
94
+ initial-value: #7788ac;
95
+ inherits: true;
96
+ }
97
+
98
+ @property --db-neutral-origin-light-default {
99
+ syntax: "<color>";
100
+ initial-value: #7788ac;
101
+ inherits: true;
102
+ }
103
+
104
+ @property --db-neutral-origin-light-hovered {
105
+ syntax: "<color>";
106
+ initial-value: #616f8d;
107
+ inherits: true;
108
+ }
109
+
110
+ @property --db-neutral-origin-light-pressed {
111
+ syntax: "<color>";
112
+ initial-value: #4b566e;
113
+ inherits: true;
114
+ }
115
+
116
+ @property --db-neutral-on-origin-light-default {
117
+ syntax: "<color>";
118
+ initial-value: #05070c;
119
+ inherits: true;
120
+ }
121
+
122
+ @property --db-neutral-on-origin-light-hovered {
123
+ syntax: "<color>";
124
+ initial-value: #1a1f2a;
125
+ inherits: true;
126
+ }
127
+
128
+ @property --db-neutral-on-origin-light-pressed {
129
+ syntax: "<color>";
130
+ initial-value: #2d3545;
131
+ inherits: true;
132
+ }
133
+
134
+ @property --db-neutral-origin-dark-default {
135
+ syntax: "<color>";
136
+ initial-value: #7788ac;
137
+ inherits: true;
138
+ }
139
+
140
+ @property --db-neutral-origin-dark-hovered {
141
+ syntax: "<color>";
142
+ initial-value: #95a2c1;
143
+ inherits: true;
144
+ }
145
+
146
+ @property --db-neutral-origin-dark-pressed {
147
+ syntax: "<color>";
148
+ initial-value: #b4bdd3;
149
+ inherits: true;
150
+ }
151
+
152
+ @property --db-neutral-on-origin-dark-default {
153
+ syntax: "<color>";
154
+ initial-value: #05070c;
155
+ inherits: true;
156
+ }
157
+
158
+ @property --db-neutral-on-origin-dark-hovered {
159
+ syntax: "<color>";
160
+ initial-value: #1a1f2a;
161
+ inherits: true;
162
+ }
163
+
164
+ @property --db-neutral-on-origin-dark-pressed {
165
+ syntax: "<color>";
166
+ initial-value: #2d3545;
167
+ inherits: true;
168
+ }
169
+
170
+ @property --db-brand-0 {
171
+ syntax: "<color>";
172
+ initial-value: #050420;
173
+ inherits: true;
174
+ }
175
+
176
+ @property --db-brand-1 {
177
+ syntax: "<color>";
178
+ initial-value: #09082f;
179
+ inherits: true;
180
+ }
181
+
182
+ @property --db-brand-2 {
183
+ syntax: "<color>";
184
+ initial-value: #0d0c3b;
185
+ inherits: true;
186
+ }
187
+
188
+ @property --db-brand-3 {
189
+ syntax: "<color>";
190
+ initial-value: #14124d;
191
+ inherits: true;
192
+ }
193
+
194
+ @property --db-brand-4 {
195
+ syntax: "<color>";
196
+ initial-value: #25237a;
197
+ inherits: true;
198
+ }
199
+
200
+ @property --db-brand-5 {
201
+ syntax: "<color>";
202
+ initial-value: #3834ab;
203
+ inherits: true;
204
+ }
205
+
206
+ @property --db-brand-6 {
207
+ syntax: "<color>";
208
+ initial-value: #514ec7;
209
+ inherits: true;
210
+ }
211
+
212
+ @property --db-brand-7 {
213
+ syntax: "<color>";
214
+ initial-value: #6d6bd4;
215
+ inherits: true;
216
+ }
217
+
218
+ @property --db-brand-8 {
219
+ syntax: "<color>";
220
+ initial-value: #8988de;
221
+ inherits: true;
222
+ }
223
+
224
+ @property --db-brand-9 {
225
+ syntax: "<color>";
226
+ initial-value: #a6a5e7;
227
+ inherits: true;
228
+ }
229
+
230
+ @property --db-brand-10 {
231
+ syntax: "<color>";
232
+ initial-value: #c3c3ef;
233
+ inherits: true;
234
+ }
235
+
236
+ @property --db-brand-11 {
237
+ syntax: "<color>";
238
+ initial-value: #e1e1f7;
239
+ inherits: true;
240
+ }
241
+
242
+ @property --db-brand-12 {
243
+ syntax: "<color>";
244
+ initial-value: #ededfa;
245
+ inherits: true;
246
+ }
247
+
248
+ @property --db-brand-13 {
249
+ syntax: "<color>";
250
+ initial-value: #f3f3fc;
251
+ inherits: true;
252
+ }
253
+
254
+ @property --db-brand-14 {
255
+ syntax: "<color>";
256
+ initial-value: #f9f9fd;
257
+ inherits: true;
258
+ }
259
+
260
+ @property --db-brand-origin {
261
+ syntax: "<color>";
262
+ initial-value: #514ec7;
263
+ inherits: true;
264
+ }
265
+
266
+ @property --db-brand-origin-light-default {
267
+ syntax: "<color>";
268
+ initial-value: #514ec7;
269
+ inherits: true;
270
+ }
271
+
272
+ @property --db-brand-origin-light-hovered {
273
+ syntax: "<color>";
274
+ initial-value: #3834ac;
275
+ inherits: true;
276
+ }
277
+
278
+ @property --db-brand-origin-light-pressed {
279
+ syntax: "<color>";
280
+ initial-value: #25237b;
281
+ inherits: true;
282
+ }
283
+
284
+ @property --db-brand-on-origin-light-default {
285
+ syntax: "<color>";
286
+ initial-value: #cbffe7;
287
+ inherits: true;
288
+ }
289
+
290
+ @property --db-brand-on-origin-light-hovered {
291
+ syntax: "<color>";
292
+ initial-value: #d5d5f3;
293
+ inherits: true;
294
+ }
295
+
296
+ @property --db-brand-on-origin-light-pressed {
297
+ syntax: "<color>";
298
+ initial-value: #b7b7ec;
299
+ inherits: true;
300
+ }
301
+
302
+ @property --db-brand-origin-dark-default {
303
+ syntax: "<color>";
304
+ initial-value: #514ec7;
305
+ inherits: true;
306
+ }
307
+
308
+ @property --db-brand-origin-dark-hovered {
309
+ syntax: "<color>";
310
+ initial-value: #6d6bd4;
311
+ inherits: true;
312
+ }
313
+
314
+ @property --db-brand-origin-dark-pressed {
315
+ syntax: "<color>";
316
+ initial-value: #8988de;
317
+ inherits: true;
318
+ }
319
+
320
+ @property --db-brand-on-origin-dark-default {
321
+ syntax: "<color>";
322
+ initial-value: #cbffe7;
323
+ inherits: true;
324
+ }
325
+
326
+ @property --db-brand-on-origin-dark-hovered {
327
+ syntax: "<color>";
328
+ initial-value: #d5d5f3;
329
+ inherits: true;
330
+ }
331
+
332
+ @property --db-brand-on-origin-dark-pressed {
333
+ syntax: "<color>";
334
+ initial-value: #b7b7ec;
335
+ inherits: true;
336
+ }
337
+
338
+ @property --db-informational-0 {
339
+ syntax: "<color>";
340
+ initial-value: #03080a;
341
+ inherits: true;
342
+ }
343
+
344
+ @property --db-informational-1 {
345
+ syntax: "<color>";
346
+ initial-value: #051011;
347
+ inherits: true;
348
+ }
349
+
350
+ @property --db-informational-2 {
351
+ syntax: "<color>";
352
+ initial-value: #081517;
353
+ inherits: true;
354
+ }
355
+
356
+ @property --db-informational-3 {
357
+ syntax: "<color>";
358
+ initial-value: #0d1e20;
359
+ inherits: true;
360
+ }
361
+
362
+ @property --db-informational-4 {
363
+ syntax: "<color>";
364
+ initial-value: #1a3438;
365
+ inherits: true;
366
+ }
367
+
368
+ @property --db-informational-5 {
369
+ syntax: "<color>";
370
+ initial-value: #294c51;
371
+ inherits: true;
372
+ }
373
+
374
+ @property --db-informational-6 {
375
+ syntax: "<color>";
376
+ initial-value: #38656b;
377
+ inherits: true;
378
+ }
379
+
380
+ @property --db-informational-7 {
381
+ syntax: "<color>";
382
+ initial-value: #487f87;
383
+ inherits: true;
384
+ }
385
+
386
+ @property --db-informational-8 {
387
+ syntax: "<color>";
388
+ initial-value: #599ba3;
389
+ inherits: true;
390
+ }
391
+
392
+ @property --db-informational-9 {
393
+ syntax: "<color>";
394
+ initial-value: #6ab7c1;
395
+ inherits: true;
396
+ }
397
+
398
+ @property --db-informational-10 {
399
+ syntax: "<color>";
400
+ initial-value: #7bd4e0;
401
+ inherits: true;
402
+ }
403
+
404
+ @property --db-informational-11 {
405
+ syntax: "<color>";
406
+ initial-value: #b1edf6;
407
+ inherits: true;
408
+ }
409
+
410
+ @property --db-informational-12 {
411
+ syntax: "<color>";
412
+ initial-value: #d3f4f9;
413
+ inherits: true;
414
+ }
415
+
416
+ @property --db-informational-13 {
417
+ syntax: "<color>";
418
+ initial-value: #e2f7fb;
419
+ inherits: true;
420
+ }
421
+
422
+ @property --db-informational-14 {
423
+ syntax: "<color>";
424
+ initial-value: #f1fbfd;
425
+ inherits: true;
426
+ }
427
+
428
+ @property --db-informational-origin {
429
+ syntax: "<color>";
430
+ initial-value: #7fdae6;
431
+ inherits: true;
432
+ }
433
+
434
+ @property --db-informational-origin-light-default {
435
+ syntax: "<color>";
436
+ initial-value: #7fdae6;
437
+ inherits: true;
438
+ }
439
+
440
+ @property --db-informational-origin-light-hovered {
441
+ syntax: "<color>";
442
+ initial-value: #6dbdc7;
443
+ inherits: true;
444
+ }
445
+
446
+ @property --db-informational-origin-light-pressed {
447
+ syntax: "<color>";
448
+ initial-value: #5ca0a9;
449
+ inherits: true;
450
+ }
451
+
452
+ @property --db-informational-on-origin-light-default {
453
+ syntax: "<color>";
454
+ initial-value: #03080a;
455
+ inherits: true;
456
+ }
457
+
458
+ @property --db-informational-on-origin-light-hovered {
459
+ syntax: "<color>";
460
+ initial-value: #0f2225;
461
+ inherits: true;
462
+ }
463
+
464
+ @property --db-informational-on-origin-light-pressed {
465
+ syntax: "<color>";
466
+ initial-value: #1d393c;
467
+ inherits: true;
468
+ }
469
+
470
+ @property --db-informational-origin-dark-default {
471
+ syntax: "<color>";
472
+ initial-value: #7fdae6;
473
+ inherits: true;
474
+ }
475
+
476
+ @property --db-informational-origin-dark-hovered {
477
+ syntax: "<color>";
478
+ initial-value: #6dbdc7;
479
+ inherits: true;
480
+ }
481
+
482
+ @property --db-informational-origin-dark-pressed {
483
+ syntax: "<color>";
484
+ initial-value: #5ca0a9;
485
+ inherits: true;
486
+ }
487
+
488
+ @property --db-informational-on-origin-dark-default {
489
+ syntax: "<color>";
490
+ initial-value: #03080a;
491
+ inherits: true;
492
+ }
493
+
494
+ @property --db-informational-on-origin-dark-hovered {
495
+ syntax: "<color>";
496
+ initial-value: #0f2225;
497
+ inherits: true;
498
+ }
499
+
500
+ @property --db-informational-on-origin-dark-pressed {
501
+ syntax: "<color>";
502
+ initial-value: #1d393c;
503
+ inherits: true;
504
+ }
505
+
506
+ @property --db-warning-0 {
507
+ syntax: "<color>";
508
+ initial-value: #100500;
509
+ inherits: true;
510
+ }
511
+
512
+ @property --db-warning-1 {
513
+ syntax: "<color>";
514
+ initial-value: #1a0a01;
515
+ inherits: true;
516
+ }
517
+
518
+ @property --db-warning-2 {
519
+ syntax: "<color>";
520
+ initial-value: #210f01;
521
+ inherits: true;
522
+ }
523
+
524
+ @property --db-warning-3 {
525
+ syntax: "<color>";
526
+ initial-value: #2d1602;
527
+ inherits: true;
528
+ }
529
+
530
+ @property --db-warning-4 {
531
+ syntax: "<color>";
532
+ initial-value: #4b2806;
533
+ inherits: true;
534
+ }
535
+
536
+ @property --db-warning-5 {
537
+ syntax: "<color>";
538
+ initial-value: #6b3b0c;
539
+ inherits: true;
540
+ }
541
+
542
+ @property --db-warning-6 {
543
+ syntax: "<color>";
544
+ initial-value: #8c4f14;
545
+ inherits: true;
546
+ }
547
+
548
+ @property --db-warning-7 {
549
+ syntax: "<color>";
550
+ initial-value: #af641c;
551
+ inherits: true;
552
+ }
553
+
554
+ @property --db-warning-8 {
555
+ syntax: "<color>";
556
+ initial-value: #d47a24;
557
+ inherits: true;
558
+ }
559
+
560
+ @property --db-warning-9 {
561
+ syntax: "<color>";
562
+ initial-value: #f9912c;
563
+ inherits: true;
564
+ }
565
+
566
+ @property --db-warning-10 {
567
+ syntax: "<color>";
568
+ initial-value: #fcb791;
569
+ inherits: true;
570
+ }
571
+
572
+ @property --db-warning-11 {
573
+ syntax: "<color>";
574
+ initial-value: #fddccd;
575
+ inherits: true;
576
+ }
577
+
578
+ @property --db-warning-12 {
579
+ syntax: "<color>";
580
+ initial-value: #feeae1;
581
+ inherits: true;
582
+ }
583
+
584
+ @property --db-warning-13 {
585
+ syntax: "<color>";
586
+ initial-value: #fef1eb;
587
+ inherits: true;
588
+ }
589
+
590
+ @property --db-warning-14 {
591
+ syntax: "<color>";
592
+ initial-value: #fff8f5;
593
+ inherits: true;
594
+ }
595
+
596
+ @property --db-warning-origin {
597
+ syntax: "<color>";
598
+ initial-value: #fb9846;
599
+ inherits: true;
600
+ }
601
+
602
+ @property --db-warning-origin-light-default {
603
+ syntax: "<color>";
604
+ initial-value: #fb9846;
605
+ inherits: true;
606
+ }
607
+
608
+ @property --db-warning-origin-light-hovered {
609
+ syntax: "<color>";
610
+ initial-value: #db7f25;
611
+ inherits: true;
612
+ }
613
+
614
+ @property --db-warning-origin-light-pressed {
615
+ syntax: "<color>";
616
+ initial-value: #b6681d;
617
+ inherits: true;
618
+ }
619
+
620
+ @property --db-warning-on-origin-light-default {
621
+ syntax: "<color>";
622
+ initial-value: #100500;
623
+ inherits: true;
624
+ }
625
+
626
+ @property --db-warning-on-origin-light-hovered {
627
+ syntax: "<color>";
628
+ initial-value: #331903;
629
+ inherits: true;
630
+ }
631
+
632
+ @property --db-warning-on-origin-light-pressed {
633
+ syntax: "<color>";
634
+ initial-value: #512b07;
635
+ inherits: true;
636
+ }
637
+
638
+ @property --db-warning-origin-dark-default {
639
+ syntax: "<color>";
640
+ initial-value: #fb9846;
641
+ inherits: true;
642
+ }
643
+
644
+ @property --db-warning-origin-dark-hovered {
645
+ syntax: "<color>";
646
+ initial-value: #fcbe9d;
647
+ inherits: true;
648
+ }
649
+
650
+ @property --db-warning-origin-dark-pressed {
651
+ syntax: "<color>";
652
+ initial-value: #fde2d6;
653
+ inherits: true;
654
+ }
655
+
656
+ @property --db-warning-on-origin-dark-default {
657
+ syntax: "<color>";
658
+ initial-value: #100500;
659
+ inherits: true;
660
+ }
661
+
662
+ @property --db-warning-on-origin-dark-hovered {
663
+ syntax: "<color>";
664
+ initial-value: #331903;
665
+ inherits: true;
666
+ }
667
+
668
+ @property --db-warning-on-origin-dark-pressed {
669
+ syntax: "<color>";
670
+ initial-value: #512b07;
671
+ inherits: true;
672
+ }
673
+
674
+ @property --db-successful-0 {
675
+ syntax: "<color>";
676
+ initial-value: #040901;
677
+ inherits: true;
678
+ }
679
+
680
+ @property --db-successful-1 {
681
+ syntax: "<color>";
682
+ initial-value: #091002;
683
+ inherits: true;
684
+ }
685
+
686
+ @property --db-successful-2 {
687
+ syntax: "<color>";
688
+ initial-value: #0d1603;
689
+ inherits: true;
690
+ }
691
+
692
+ @property --db-successful-3 {
693
+ syntax: "<color>";
694
+ initial-value: #131f06;
695
+ inherits: true;
696
+ }
697
+
698
+ @property --db-successful-4 {
699
+ syntax: "<color>";
700
+ initial-value: #24350f;
701
+ inherits: true;
702
+ }
703
+
704
+ @property --db-successful-5 {
705
+ syntax: "<color>";
706
+ initial-value: #364d19;
707
+ inherits: true;
708
+ }
709
+
710
+ @property --db-successful-6 {
711
+ syntax: "<color>";
712
+ initial-value: #496724;
713
+ inherits: true;
714
+ }
715
+
716
+ @property --db-successful-7 {
717
+ syntax: "<color>";
718
+ initial-value: #5d8230;
719
+ inherits: true;
720
+ }
721
+
722
+ @property --db-successful-8 {
723
+ syntax: "<color>";
724
+ initial-value: #729d3c;
725
+ inherits: true;
726
+ }
727
+
728
+ @property --db-successful-9 {
729
+ syntax: "<color>";
730
+ initial-value: #87ba48;
731
+ inherits: true;
732
+ }
733
+
734
+ @property --db-successful-10 {
735
+ syntax: "<color>";
736
+ initial-value: #9dd755;
737
+ inherits: true;
738
+ }
739
+
740
+ @property --db-successful-11 {
741
+ syntax: "<color>";
742
+ initial-value: #b4f662;
743
+ inherits: true;
744
+ }
745
+
746
+ @property --db-successful-12 {
747
+ syntax: "<color>";
748
+ initial-value: #cdfca0;
749
+ inherits: true;
750
+ }
751
+
752
+ @property --db-successful-13 {
753
+ syntax: "<color>";
754
+ initial-value: #dffdc5;
755
+ inherits: true;
756
+ }
757
+
758
+ @property --db-successful-14 {
759
+ syntax: "<color>";
760
+ initial-value: #effee4;
761
+ inherits: true;
762
+ }
763
+
764
+ @property --db-successful-origin {
765
+ syntax: "<color>";
766
+ initial-value: #a8e65b;
767
+ inherits: true;
768
+ }
769
+
770
+ @property --db-successful-origin-light-default {
771
+ syntax: "<color>";
772
+ initial-value: #a8e65b;
773
+ inherits: true;
774
+ }
775
+
776
+ @property --db-successful-origin-light-hovered {
777
+ syntax: "<color>";
778
+ initial-value: #92c84e;
779
+ inherits: true;
780
+ }
781
+
782
+ @property --db-successful-origin-light-pressed {
783
+ syntax: "<color>";
784
+ initial-value: #7cab42;
785
+ inherits: true;
786
+ }
787
+
788
+ @property --db-successful-on-origin-light-default {
789
+ syntax: "<color>";
790
+ initial-value: #040901;
791
+ inherits: true;
792
+ }
793
+
794
+ @property --db-successful-on-origin-light-hovered {
795
+ syntax: "<color>";
796
+ initial-value: #172307;
797
+ inherits: true;
798
+ }
799
+
800
+ @property --db-successful-on-origin-light-pressed {
801
+ syntax: "<color>";
802
+ initial-value: #283a11;
803
+ inherits: true;
804
+ }
805
+
806
+ @property --db-successful-origin-dark-default {
807
+ syntax: "<color>";
808
+ initial-value: #a8e65b;
809
+ inherits: true;
810
+ }
811
+
812
+ @property --db-successful-origin-dark-hovered {
813
+ syntax: "<color>";
814
+ initial-value: #92c84e;
815
+ inherits: true;
816
+ }
817
+
818
+ @property --db-successful-origin-dark-pressed {
819
+ syntax: "<color>";
820
+ initial-value: #7cab42;
821
+ inherits: true;
822
+ }
823
+
824
+ @property --db-successful-on-origin-dark-default {
825
+ syntax: "<color>";
826
+ initial-value: #040901;
827
+ inherits: true;
828
+ }
829
+
830
+ @property --db-successful-on-origin-dark-hovered {
831
+ syntax: "<color>";
832
+ initial-value: #172307;
833
+ inherits: true;
834
+ }
835
+
836
+ @property --db-successful-on-origin-dark-pressed {
837
+ syntax: "<color>";
838
+ initial-value: #283a11;
839
+ inherits: true;
840
+ }
841
+
842
+ @property --db-critical-0 {
843
+ syntax: "<color>";
844
+ initial-value: #180102;
845
+ inherits: true;
846
+ }
847
+
848
+ @property --db-critical-1 {
849
+ syntax: "<color>";
850
+ initial-value: #250204;
851
+ inherits: true;
852
+ }
853
+
854
+ @property --db-critical-2 {
855
+ syntax: "<color>";
856
+ initial-value: #2f0305;
857
+ inherits: true;
858
+ }
859
+
860
+ @property --db-critical-3 {
861
+ syntax: "<color>";
862
+ initial-value: #3d0509;
863
+ inherits: true;
864
+ }
865
+
866
+ @property --db-critical-4 {
867
+ syntax: "<color>";
868
+ initial-value: #630c15;
869
+ inherits: true;
870
+ }
871
+
872
+ @property --db-critical-5 {
873
+ syntax: "<color>";
874
+ initial-value: #8c1621;
875
+ inherits: true;
876
+ }
877
+
878
+ @property --db-critical-6 {
879
+ syntax: "<color>";
880
+ initial-value: #b71f2e;
881
+ inherits: true;
882
+ }
883
+
884
+ @property --db-critical-7 {
885
+ syntax: "<color>";
886
+ initial-value: #e42a3c;
887
+ inherits: true;
888
+ }
889
+
890
+ @property --db-critical-8 {
891
+ syntax: "<color>";
892
+ initial-value: #f45d66;
893
+ inherits: true;
894
+ }
895
+
896
+ @property --db-critical-9 {
897
+ syntax: "<color>";
898
+ initial-value: #f68d92;
899
+ inherits: true;
900
+ }
901
+
902
+ @property --db-critical-10 {
903
+ syntax: "<color>";
904
+ initial-value: #f8b5b8;
905
+ inherits: true;
906
+ }
907
+
908
+ @property --db-critical-11 {
909
+ syntax: "<color>";
910
+ initial-value: #fbdbdc;
911
+ inherits: true;
912
+ }
913
+
914
+ @property --db-critical-12 {
915
+ syntax: "<color>";
916
+ initial-value: #fde9ea;
917
+ inherits: true;
918
+ }
919
+
920
+ @property --db-critical-13 {
921
+ syntax: "<color>";
922
+ initial-value: #fdf1f1;
923
+ inherits: true;
924
+ }
925
+
926
+ @property --db-critical-14 {
927
+ syntax: "<color>";
928
+ initial-value: #fef8f8;
929
+ inherits: true;
930
+ }
931
+
932
+ @property --db-critical-origin {
933
+ syntax: "<color>";
934
+ initial-value: #ed2c3f;
935
+ inherits: true;
936
+ }
937
+
938
+ @property --db-critical-origin-light-default {
939
+ syntax: "<color>";
940
+ initial-value: #ed2c3f;
941
+ inherits: true;
942
+ }
943
+
944
+ @property --db-critical-origin-light-hovered {
945
+ syntax: "<color>";
946
+ initial-value: #c02231;
947
+ inherits: true;
948
+ }
949
+
950
+ @property --db-critical-origin-light-pressed {
951
+ syntax: "<color>";
952
+ initial-value: #941824;
953
+ inherits: true;
954
+ }
955
+
956
+ @property --db-critical-on-origin-light-default {
957
+ syntax: "<color>";
958
+ initial-value: #180102;
959
+ inherits: true;
960
+ }
961
+
962
+ @property --db-critical-on-origin-light-hovered {
963
+ syntax: "<color>";
964
+ initial-value: #45060b;
965
+ inherits: true;
966
+ }
967
+
968
+ @property --db-critical-on-origin-light-pressed {
969
+ syntax: "<color>";
970
+ initial-value: #6b0e17;
971
+ inherits: true;
972
+ }
973
+
974
+ @property --db-critical-origin-dark-default {
975
+ syntax: "<color>";
976
+ initial-value: #ed2c3f;
977
+ inherits: true;
978
+ }
979
+
980
+ @property --db-critical-origin-dark-hovered {
981
+ syntax: "<color>";
982
+ initial-value: #f56870;
983
+ inherits: true;
984
+ }
985
+
986
+ @property --db-critical-origin-dark-pressed {
987
+ syntax: "<color>";
988
+ initial-value: #f7969a;
989
+ inherits: true;
990
+ }
991
+
992
+ @property --db-critical-on-origin-dark-default {
993
+ syntax: "<color>";
994
+ initial-value: #180102;
995
+ inherits: true;
996
+ }
997
+
998
+ @property --db-critical-on-origin-dark-hovered {
999
+ syntax: "<color>";
1000
+ initial-value: #45060b;
1001
+ inherits: true;
1002
+ }
1003
+
1004
+ @property --db-critical-on-origin-dark-pressed {
1005
+ syntax: "<color>";
1006
+ initial-value: #6b0e17;
1007
+ inherits: true;
1008
+ }
1009
+ }
1010
+
1011
+ @mixin get-additional-color-palette {
1012
+ @property --db-yellow-0 {
1013
+ syntax: "<color>";
1014
+ initial-value: #080800;
1015
+ inherits: true;
1016
+ }
1017
+
1018
+ @property --db-yellow-1 {
1019
+ syntax: "<color>";
1020
+ initial-value: #0f0f00;
1021
+ inherits: true;
1022
+ }
1023
+
1024
+ @property --db-yellow-2 {
1025
+ syntax: "<color>";
1026
+ initial-value: #141400;
1027
+ inherits: true;
1028
+ }
1029
+
1030
+ @property --db-yellow-3 {
1031
+ syntax: "<color>";
1032
+ initial-value: #1c1d00;
1033
+ inherits: true;
1034
+ }
1035
+
1036
+ @property --db-yellow-4 {
1037
+ syntax: "<color>";
1038
+ initial-value: #323200;
1039
+ inherits: true;
1040
+ }
1041
+
1042
+ @property --db-yellow-5 {
1043
+ syntax: "<color>";
1044
+ initial-value: #494900;
1045
+ inherits: true;
1046
+ }
1047
+
1048
+ @property --db-yellow-6 {
1049
+ syntax: "<color>";
1050
+ initial-value: #616200;
1051
+ inherits: true;
1052
+ }
1053
+
1054
+ @property --db-yellow-7 {
1055
+ syntax: "<color>";
1056
+ initial-value: #7a7b00;
1057
+ inherits: true;
1058
+ }
1059
+
1060
+ @property --db-yellow-8 {
1061
+ syntax: "<color>";
1062
+ initial-value: #949600;
1063
+ inherits: true;
1064
+ }
1065
+
1066
+ @property --db-yellow-9 {
1067
+ syntax: "<color>";
1068
+ initial-value: #b0b100;
1069
+ inherits: true;
1070
+ }
1071
+
1072
+ @property --db-yellow-10 {
1073
+ syntax: "<color>";
1074
+ initial-value: #cccd00;
1075
+ inherits: true;
1076
+ }
1077
+
1078
+ @property --db-yellow-11 {
1079
+ syntax: "<color>";
1080
+ initial-value: #e8ea00;
1081
+ inherits: true;
1082
+ }
1083
+
1084
+ @property --db-yellow-12 {
1085
+ syntax: "<color>";
1086
+ initial-value: #f4f600;
1087
+ inherits: true;
1088
+ }
1089
+
1090
+ @property --db-yellow-13 {
1091
+ syntax: "<color>";
1092
+ initial-value: #fafc00;
1093
+ inherits: true;
1094
+ }
1095
+
1096
+ @property --db-yellow-14 {
1097
+ syntax: "<color>";
1098
+ initial-value: #fdff9d;
1099
+ inherits: true;
1100
+ }
1101
+
1102
+ @property --db-yellow-origin {
1103
+ syntax: "<color>";
1104
+ initial-value: #fdff6b;
1105
+ inherits: true;
1106
+ }
1107
+
1108
+ @property --db-yellow-origin-light-default {
1109
+ syntax: "<color>";
1110
+ initial-value: #fdff6b;
1111
+ inherits: true;
1112
+ }
1113
+
1114
+ @property --db-yellow-origin-light-hovered {
1115
+ syntax: "<color>";
1116
+ initial-value: #e1e300;
1117
+ inherits: true;
1118
+ }
1119
+
1120
+ @property --db-yellow-origin-light-pressed {
1121
+ syntax: "<color>";
1122
+ initial-value: #c4c600;
1123
+ inherits: true;
1124
+ }
1125
+
1126
+ @property --db-yellow-on-origin-light-default {
1127
+ syntax: "<color>";
1128
+ initial-value: #080800;
1129
+ inherits: true;
1130
+ }
1131
+
1132
+ @property --db-yellow-on-origin-light-hovered {
1133
+ syntax: "<color>";
1134
+ initial-value: #212100;
1135
+ inherits: true;
1136
+ }
1137
+
1138
+ @property --db-yellow-on-origin-light-pressed {
1139
+ syntax: "<color>";
1140
+ initial-value: #363700;
1141
+ inherits: true;
1142
+ }
1143
+
1144
+ @property --db-yellow-origin-dark-default {
1145
+ syntax: "<color>";
1146
+ initial-value: #fdff6b;
1147
+ inherits: true;
1148
+ }
1149
+
1150
+ @property --db-yellow-origin-dark-hovered {
1151
+ syntax: "<color>";
1152
+ initial-value: #e1e300;
1153
+ inherits: true;
1154
+ }
1155
+
1156
+ @property --db-yellow-origin-dark-pressed {
1157
+ syntax: "<color>";
1158
+ initial-value: #c4c600;
1159
+ inherits: true;
1160
+ }
1161
+
1162
+ @property --db-yellow-on-origin-dark-default {
1163
+ syntax: "<color>";
1164
+ initial-value: #080800;
1165
+ inherits: true;
1166
+ }
1167
+
1168
+ @property --db-yellow-on-origin-dark-hovered {
1169
+ syntax: "<color>";
1170
+ initial-value: #212100;
1171
+ inherits: true;
1172
+ }
1173
+
1174
+ @property --db-yellow-on-origin-dark-pressed {
1175
+ syntax: "<color>";
1176
+ initial-value: #363700;
1177
+ inherits: true;
1178
+ }
1179
+
1180
+ @property --db-orange-0 {
1181
+ syntax: "<color>";
1182
+ initial-value: #120400;
1183
+ inherits: true;
1184
+ }
1185
+
1186
+ @property --db-orange-1 {
1187
+ syntax: "<color>";
1188
+ initial-value: #1c0900;
1189
+ inherits: true;
1190
+ }
1191
+
1192
+ @property --db-orange-2 {
1193
+ syntax: "<color>";
1194
+ initial-value: #240d00;
1195
+ inherits: true;
1196
+ }
1197
+
1198
+ @property --db-orange-3 {
1199
+ syntax: "<color>";
1200
+ initial-value: #311300;
1201
+ inherits: true;
1202
+ }
1203
+
1204
+ @property --db-orange-4 {
1205
+ syntax: "<color>";
1206
+ initial-value: #502400;
1207
+ inherits: true;
1208
+ }
1209
+
1210
+ @property --db-orange-5 {
1211
+ syntax: "<color>";
1212
+ initial-value: #723600;
1213
+ inherits: true;
1214
+ }
1215
+
1216
+ @property --db-orange-6 {
1217
+ syntax: "<color>";
1218
+ initial-value: #954900;
1219
+ inherits: true;
1220
+ }
1221
+
1222
+ @property --db-orange-7 {
1223
+ syntax: "<color>";
1224
+ initial-value: #bb5d00;
1225
+ inherits: true;
1226
+ }
1227
+
1228
+ @property --db-orange-8 {
1229
+ syntax: "<color>";
1230
+ initial-value: #e17200;
1231
+ inherits: true;
1232
+ }
1233
+
1234
+ @property --db-orange-9 {
1235
+ syntax: "<color>";
1236
+ initial-value: #ff8d43;
1237
+ inherits: true;
1238
+ }
1239
+
1240
+ @property --db-orange-10 {
1241
+ syntax: "<color>";
1242
+ initial-value: #ffb597;
1243
+ inherits: true;
1244
+ }
1245
+
1246
+ @property --db-orange-11 {
1247
+ syntax: "<color>";
1248
+ initial-value: #ffdbcf;
1249
+ inherits: true;
1250
+ }
1251
+
1252
+ @property --db-orange-12 {
1253
+ syntax: "<color>";
1254
+ initial-value: #ffe9e3;
1255
+ inherits: true;
1256
+ }
1257
+
1258
+ @property --db-orange-13 {
1259
+ syntax: "<color>";
1260
+ initial-value: #fff1ec;
1261
+ inherits: true;
1262
+ }
1263
+
1264
+ @property --db-orange-14 {
1265
+ syntax: "<color>";
1266
+ initial-value: #fff8f6;
1267
+ inherits: true;
1268
+ }
1269
+
1270
+ @property --db-orange-origin {
1271
+ syntax: "<color>";
1272
+ initial-value: #ff904c;
1273
+ inherits: true;
1274
+ }
1275
+
1276
+ @property --db-orange-origin-light-default {
1277
+ syntax: "<color>";
1278
+ initial-value: #ff904c;
1279
+ inherits: true;
1280
+ }
1281
+
1282
+ @property --db-orange-origin-light-hovered {
1283
+ syntax: "<color>";
1284
+ initial-value: #e47300;
1285
+ inherits: true;
1286
+ }
1287
+
1288
+ @property --db-orange-origin-light-pressed {
1289
+ syntax: "<color>";
1290
+ initial-value: #bd5f00;
1291
+ inherits: true;
1292
+ }
1293
+
1294
+ @property --db-orange-on-origin-light-default {
1295
+ syntax: "<color>";
1296
+ initial-value: #120400;
1297
+ inherits: true;
1298
+ }
1299
+
1300
+ @property --db-orange-on-origin-light-hovered {
1301
+ syntax: "<color>";
1302
+ initial-value: #371700;
1303
+ inherits: true;
1304
+ }
1305
+
1306
+ @property --db-orange-on-origin-light-pressed {
1307
+ syntax: "<color>";
1308
+ initial-value: #562800;
1309
+ inherits: true;
1310
+ }
1311
+
1312
+ @property --db-orange-origin-dark-default {
1313
+ syntax: "<color>";
1314
+ initial-value: #ff904c;
1315
+ inherits: true;
1316
+ }
1317
+
1318
+ @property --db-orange-origin-dark-hovered {
1319
+ syntax: "<color>";
1320
+ initial-value: #ffb89b;
1321
+ inherits: true;
1322
+ }
1323
+
1324
+ @property --db-orange-origin-dark-pressed {
1325
+ syntax: "<color>";
1326
+ initial-value: #ffddd2;
1327
+ inherits: true;
1328
+ }
1329
+
1330
+ @property --db-orange-on-origin-dark-default {
1331
+ syntax: "<color>";
1332
+ initial-value: #120400;
1333
+ inherits: true;
1334
+ }
1335
+
1336
+ @property --db-orange-on-origin-dark-hovered {
1337
+ syntax: "<color>";
1338
+ initial-value: #371700;
1339
+ inherits: true;
1340
+ }
1341
+
1342
+ @property --db-orange-on-origin-dark-pressed {
1343
+ syntax: "<color>";
1344
+ initial-value: #562800;
1345
+ inherits: true;
1346
+ }
1347
+
1348
+ @property --db-red-0 {
1349
+ syntax: "<color>";
1350
+ initial-value: #180102;
1351
+ inherits: true;
1352
+ }
1353
+
1354
+ @property --db-red-1 {
1355
+ syntax: "<color>";
1356
+ initial-value: #250204;
1357
+ inherits: true;
1358
+ }
1359
+
1360
+ @property --db-red-2 {
1361
+ syntax: "<color>";
1362
+ initial-value: #2f0305;
1363
+ inherits: true;
1364
+ }
1365
+
1366
+ @property --db-red-3 {
1367
+ syntax: "<color>";
1368
+ initial-value: #3d0509;
1369
+ inherits: true;
1370
+ }
1371
+
1372
+ @property --db-red-4 {
1373
+ syntax: "<color>";
1374
+ initial-value: #630c15;
1375
+ inherits: true;
1376
+ }
1377
+
1378
+ @property --db-red-5 {
1379
+ syntax: "<color>";
1380
+ initial-value: #8c1621;
1381
+ inherits: true;
1382
+ }
1383
+
1384
+ @property --db-red-6 {
1385
+ syntax: "<color>";
1386
+ initial-value: #b71f2e;
1387
+ inherits: true;
1388
+ }
1389
+
1390
+ @property --db-red-7 {
1391
+ syntax: "<color>";
1392
+ initial-value: #e42a3c;
1393
+ inherits: true;
1394
+ }
1395
+
1396
+ @property --db-red-8 {
1397
+ syntax: "<color>";
1398
+ initial-value: #f45d66;
1399
+ inherits: true;
1400
+ }
1401
+
1402
+ @property --db-red-9 {
1403
+ syntax: "<color>";
1404
+ initial-value: #f68d92;
1405
+ inherits: true;
1406
+ }
1407
+
1408
+ @property --db-red-10 {
1409
+ syntax: "<color>";
1410
+ initial-value: #f8b5b8;
1411
+ inherits: true;
1412
+ }
1413
+
1414
+ @property --db-red-11 {
1415
+ syntax: "<color>";
1416
+ initial-value: #fbdbdc;
1417
+ inherits: true;
1418
+ }
1419
+
1420
+ @property --db-red-12 {
1421
+ syntax: "<color>";
1422
+ initial-value: #fde9ea;
1423
+ inherits: true;
1424
+ }
1425
+
1426
+ @property --db-red-13 {
1427
+ syntax: "<color>";
1428
+ initial-value: #fdf1f1;
1429
+ inherits: true;
1430
+ }
1431
+
1432
+ @property --db-red-14 {
1433
+ syntax: "<color>";
1434
+ initial-value: #fef8f8;
1435
+ inherits: true;
1436
+ }
1437
+
1438
+ @property --db-red-origin {
1439
+ syntax: "<color>";
1440
+ initial-value: #ed2c3f;
1441
+ inherits: true;
1442
+ }
1443
+
1444
+ @property --db-red-origin-light-default {
1445
+ syntax: "<color>";
1446
+ initial-value: #ed2c3f;
1447
+ inherits: true;
1448
+ }
1449
+
1450
+ @property --db-red-origin-light-hovered {
1451
+ syntax: "<color>";
1452
+ initial-value: #c02231;
1453
+ inherits: true;
1454
+ }
1455
+
1456
+ @property --db-red-origin-light-pressed {
1457
+ syntax: "<color>";
1458
+ initial-value: #941824;
1459
+ inherits: true;
1460
+ }
1461
+
1462
+ @property --db-red-on-origin-light-default {
1463
+ syntax: "<color>";
1464
+ initial-value: #180102;
1465
+ inherits: true;
1466
+ }
1467
+
1468
+ @property --db-red-on-origin-light-hovered {
1469
+ syntax: "<color>";
1470
+ initial-value: #45060b;
1471
+ inherits: true;
1472
+ }
1473
+
1474
+ @property --db-red-on-origin-light-pressed {
1475
+ syntax: "<color>";
1476
+ initial-value: #6b0e17;
1477
+ inherits: true;
1478
+ }
1479
+
1480
+ @property --db-red-origin-dark-default {
1481
+ syntax: "<color>";
1482
+ initial-value: #ed2c3f;
1483
+ inherits: true;
1484
+ }
1485
+
1486
+ @property --db-red-origin-dark-hovered {
1487
+ syntax: "<color>";
1488
+ initial-value: #f56870;
1489
+ inherits: true;
1490
+ }
1491
+
1492
+ @property --db-red-origin-dark-pressed {
1493
+ syntax: "<color>";
1494
+ initial-value: #f7969a;
1495
+ inherits: true;
1496
+ }
1497
+
1498
+ @property --db-red-on-origin-dark-default {
1499
+ syntax: "<color>";
1500
+ initial-value: #180102;
1501
+ inherits: true;
1502
+ }
1503
+
1504
+ @property --db-red-on-origin-dark-hovered {
1505
+ syntax: "<color>";
1506
+ initial-value: #45060b;
1507
+ inherits: true;
1508
+ }
1509
+
1510
+ @property --db-red-on-origin-dark-pressed {
1511
+ syntax: "<color>";
1512
+ initial-value: #6b0e17;
1513
+ inherits: true;
1514
+ }
1515
+
1516
+ @property --db-pink-0 {
1517
+ syntax: "<color>";
1518
+ initial-value: #150017;
1519
+ inherits: true;
1520
+ }
1521
+
1522
+ @property --db-pink-1 {
1523
+ syntax: "<color>";
1524
+ initial-value: #200023;
1525
+ inherits: true;
1526
+ }
1527
+
1528
+ @property --db-pink-2 {
1529
+ syntax: "<color>";
1530
+ initial-value: #29002c;
1531
+ inherits: true;
1532
+ }
1533
+
1534
+ @property --db-pink-3 {
1535
+ syntax: "<color>";
1536
+ initial-value: #37013b;
1537
+ inherits: true;
1538
+ }
1539
+
1540
+ @property --db-pink-4 {
1541
+ syntax: "<color>";
1542
+ initial-value: #59025f;
1543
+ inherits: true;
1544
+ }
1545
+
1546
+ @property --db-pink-5 {
1547
+ syntax: "<color>";
1548
+ initial-value: #7e0486;
1549
+ inherits: true;
1550
+ }
1551
+
1552
+ @property --db-pink-6 {
1553
+ syntax: "<color>";
1554
+ initial-value: #a507af;
1555
+ inherits: true;
1556
+ }
1557
+
1558
+ @property --db-pink-7 {
1559
+ syntax: "<color>";
1560
+ initial-value: #ce0cdb;
1561
+ inherits: true;
1562
+ }
1563
+
1564
+ @property --db-pink-8 {
1565
+ syntax: "<color>";
1566
+ initial-value: #ef36fd;
1567
+ inherits: true;
1568
+ }
1569
+
1570
+ @property --db-pink-9 {
1571
+ syntax: "<color>";
1572
+ initial-value: #f27dfe;
1573
+ inherits: true;
1574
+ }
1575
+
1576
+ @property --db-pink-10 {
1577
+ syntax: "<color>";
1578
+ initial-value: #f6adfe;
1579
+ inherits: true;
1580
+ }
1581
+
1582
+ @property --db-pink-11 {
1583
+ syntax: "<color>";
1584
+ initial-value: #fad7ff;
1585
+ inherits: true;
1586
+ }
1587
+
1588
+ @property --db-pink-12 {
1589
+ syntax: "<color>";
1590
+ initial-value: #fce7ff;
1591
+ inherits: true;
1592
+ }
1593
+
1594
+ @property --db-pink-13 {
1595
+ syntax: "<color>";
1596
+ initial-value: #fdefff;
1597
+ inherits: true;
1598
+ }
1599
+
1600
+ @property --db-pink-14 {
1601
+ syntax: "<color>";
1602
+ initial-value: #fef7ff;
1603
+ inherits: true;
1604
+ }
1605
+
1606
+ @property --db-pink-origin {
1607
+ syntax: "<color>";
1608
+ initial-value: #f38bfe;
1609
+ inherits: true;
1610
+ }
1611
+
1612
+ @property --db-pink-origin-light-default {
1613
+ syntax: "<color>";
1614
+ initial-value: #f38bfe;
1615
+ inherits: true;
1616
+ }
1617
+
1618
+ @property --db-pink-origin-light-hovered {
1619
+ syntax: "<color>";
1620
+ initial-value: #f04ffe;
1621
+ inherits: true;
1622
+ }
1623
+
1624
+ @property --db-pink-origin-light-pressed {
1625
+ syntax: "<color>";
1626
+ initial-value: #d90de6;
1627
+ inherits: true;
1628
+ }
1629
+
1630
+ @property --db-pink-on-origin-light-default {
1631
+ syntax: "<color>";
1632
+ initial-value: #150017;
1633
+ inherits: true;
1634
+ }
1635
+
1636
+ @property --db-pink-on-origin-light-hovered {
1637
+ syntax: "<color>";
1638
+ initial-value: #3d0142;
1639
+ inherits: true;
1640
+ }
1641
+
1642
+ @property --db-pink-on-origin-light-pressed {
1643
+ syntax: "<color>";
1644
+ initial-value: #600267;
1645
+ inherits: true;
1646
+ }
1647
+
1648
+ @property --db-pink-origin-dark-default {
1649
+ syntax: "<color>";
1650
+ initial-value: #f38bfe;
1651
+ inherits: true;
1652
+ }
1653
+
1654
+ @property --db-pink-origin-dark-hovered {
1655
+ syntax: "<color>";
1656
+ initial-value: #f7b9fe;
1657
+ inherits: true;
1658
+ }
1659
+
1660
+ @property --db-pink-origin-dark-pressed {
1661
+ syntax: "<color>";
1662
+ initial-value: #fbe2ff;
1663
+ inherits: true;
1664
+ }
1665
+
1666
+ @property --db-pink-on-origin-dark-default {
1667
+ syntax: "<color>";
1668
+ initial-value: #150017;
1669
+ inherits: true;
1670
+ }
1671
+
1672
+ @property --db-pink-on-origin-dark-hovered {
1673
+ syntax: "<color>";
1674
+ initial-value: #3d0142;
1675
+ inherits: true;
1676
+ }
1677
+
1678
+ @property --db-pink-on-origin-dark-pressed {
1679
+ syntax: "<color>";
1680
+ initial-value: #600267;
1681
+ inherits: true;
1682
+ }
1683
+
1684
+ @property --db-violet-0 {
1685
+ syntax: "<color>";
1686
+ initial-value: #0b021e;
1687
+ inherits: true;
1688
+ }
1689
+
1690
+ @property --db-violet-1 {
1691
+ syntax: "<color>";
1692
+ initial-value: #14052d;
1693
+ inherits: true;
1694
+ }
1695
+
1696
+ @property --db-violet-2 {
1697
+ syntax: "<color>";
1698
+ initial-value: #1a0738;
1699
+ inherits: true;
1700
+ }
1701
+
1702
+ @property --db-violet-3 {
1703
+ syntax: "<color>";
1704
+ initial-value: #240c49;
1705
+ inherits: true;
1706
+ }
1707
+
1708
+ @property --db-violet-4 {
1709
+ syntax: "<color>";
1710
+ initial-value: #3c1a75;
1711
+ inherits: true;
1712
+ }
1713
+
1714
+ @property --db-violet-5 {
1715
+ syntax: "<color>";
1716
+ initial-value: #5728a4;
1717
+ inherits: true;
1718
+ }
1719
+
1720
+ @property --db-violet-6 {
1721
+ syntax: "<color>";
1722
+ initial-value: #7337d6;
1723
+ inherits: true;
1724
+ }
1725
+
1726
+ @property --db-violet-7 {
1727
+ syntax: "<color>";
1728
+ initial-value: #885ce3;
1729
+ inherits: true;
1730
+ }
1731
+
1732
+ @property --db-violet-8 {
1733
+ syntax: "<color>";
1734
+ initial-value: #9d7eea;
1735
+ inherits: true;
1736
+ }
1737
+
1738
+ @property --db-violet-9 {
1739
+ syntax: "<color>";
1740
+ initial-value: #b49fef;
1741
+ inherits: true;
1742
+ }
1743
+
1744
+ @property --db-violet-10 {
1745
+ syntax: "<color>";
1746
+ initial-value: #ccbff4;
1747
+ inherits: true;
1748
+ }
1749
+
1750
+ @property --db-violet-11 {
1751
+ syntax: "<color>";
1752
+ initial-value: #e5dffa;
1753
+ inherits: true;
1754
+ }
1755
+
1756
+ @property --db-violet-12 {
1757
+ syntax: "<color>";
1758
+ initial-value: #efecfc;
1759
+ inherits: true;
1760
+ }
1761
+
1762
+ @property --db-violet-13 {
1763
+ syntax: "<color>";
1764
+ initial-value: #f4f2fd;
1765
+ inherits: true;
1766
+ }
1767
+
1768
+ @property --db-violet-14 {
1769
+ syntax: "<color>";
1770
+ initial-value: #faf9fe;
1771
+ inherits: true;
1772
+ }
1773
+
1774
+ @property --db-violet-origin {
1775
+ syntax: "<color>";
1776
+ initial-value: #b7a3f0;
1777
+ inherits: true;
1778
+ }
1779
+
1780
+ @property --db-violet-origin-light-default {
1781
+ syntax: "<color>";
1782
+ initial-value: #b7a3f0;
1783
+ inherits: true;
1784
+ }
1785
+
1786
+ @property --db-violet-origin-light-hovered {
1787
+ syntax: "<color>";
1788
+ initial-value: #a082ea;
1789
+ inherits: true;
1790
+ }
1791
+
1792
+ @property --db-violet-origin-light-pressed {
1793
+ syntax: "<color>";
1794
+ initial-value: #8b60e4;
1795
+ inherits: true;
1796
+ }
1797
+
1798
+ @property --db-violet-on-origin-light-default {
1799
+ syntax: "<color>";
1800
+ initial-value: #0b021e;
1801
+ inherits: true;
1802
+ }
1803
+
1804
+ @property --db-violet-on-origin-light-hovered {
1805
+ syntax: "<color>";
1806
+ initial-value: #280f51;
1807
+ inherits: true;
1808
+ }
1809
+
1810
+ @property --db-violet-on-origin-light-pressed {
1811
+ syntax: "<color>";
1812
+ initial-value: #411c7e;
1813
+ inherits: true;
1814
+ }
1815
+
1816
+ @property --db-violet-origin-dark-default {
1817
+ syntax: "<color>";
1818
+ initial-value: #b7a3f0;
1819
+ inherits: true;
1820
+ }
1821
+
1822
+ @property --db-violet-origin-dark-hovered {
1823
+ syntax: "<color>";
1824
+ initial-value: #cfc3f5;
1825
+ inherits: true;
1826
+ }
1827
+
1828
+ @property --db-violet-origin-dark-pressed {
1829
+ syntax: "<color>";
1830
+ initial-value: #e8e3fa;
1831
+ inherits: true;
1832
+ }
1833
+
1834
+ @property --db-violet-on-origin-dark-default {
1835
+ syntax: "<color>";
1836
+ initial-value: #0b021e;
1837
+ inherits: true;
1838
+ }
1839
+
1840
+ @property --db-violet-on-origin-dark-hovered {
1841
+ syntax: "<color>";
1842
+ initial-value: #280f51;
1843
+ inherits: true;
1844
+ }
1845
+
1846
+ @property --db-violet-on-origin-dark-pressed {
1847
+ syntax: "<color>";
1848
+ initial-value: #411c7e;
1849
+ inherits: true;
1850
+ }
1851
+
1852
+ @property --db-blue-0 {
1853
+ syntax: "<color>";
1854
+ initial-value: #010718;
1855
+ inherits: true;
1856
+ }
1857
+
1858
+ @property --db-blue-1 {
1859
+ syntax: "<color>";
1860
+ initial-value: #020d24;
1861
+ inherits: true;
1862
+ }
1863
+
1864
+ @property --db-blue-2 {
1865
+ syntax: "<color>";
1866
+ initial-value: #04122d;
1867
+ inherits: true;
1868
+ }
1869
+
1870
+ @property --db-blue-3 {
1871
+ syntax: "<color>";
1872
+ initial-value: #061a3c;
1873
+ inherits: true;
1874
+ }
1875
+
1876
+ @property --db-blue-4 {
1877
+ syntax: "<color>";
1878
+ initial-value: #102f61;
1879
+ inherits: true;
1880
+ }
1881
+
1882
+ @property --db-blue-5 {
1883
+ syntax: "<color>";
1884
+ initial-value: #1b4589;
1885
+ inherits: true;
1886
+ }
1887
+
1888
+ @property --db-blue-6 {
1889
+ syntax: "<color>";
1890
+ initial-value: #265cb3;
1891
+ inherits: true;
1892
+ }
1893
+
1894
+ @property --db-blue-7 {
1895
+ syntax: "<color>";
1896
+ initial-value: #3274df;
1897
+ inherits: true;
1898
+ }
1899
+
1900
+ @property --db-blue-8 {
1901
+ syntax: "<color>";
1902
+ initial-value: #5f8ef2;
1903
+ inherits: true;
1904
+ }
1905
+
1906
+ @property --db-blue-9 {
1907
+ syntax: "<color>";
1908
+ initial-value: #8da9f5;
1909
+ inherits: true;
1910
+ }
1911
+
1912
+ @property --db-blue-10 {
1913
+ syntax: "<color>";
1914
+ initial-value: #b5c5f9;
1915
+ inherits: true;
1916
+ }
1917
+
1918
+ @property --db-blue-11 {
1919
+ syntax: "<color>";
1920
+ initial-value: #dbe2fc;
1921
+ inherits: true;
1922
+ }
1923
+
1924
+ @property --db-blue-12 {
1925
+ syntax: "<color>";
1926
+ initial-value: #e9edfd;
1927
+ inherits: true;
1928
+ }
1929
+
1930
+ @property --db-blue-13 {
1931
+ syntax: "<color>";
1932
+ initial-value: #f1f3fe;
1933
+ inherits: true;
1934
+ }
1935
+
1936
+ @property --db-blue-14 {
1937
+ syntax: "<color>";
1938
+ initial-value: #f8f9fe;
1939
+ inherits: true;
1940
+ }
1941
+
1942
+ @property --db-blue-origin {
1943
+ syntax: "<color>";
1944
+ initial-value: #7a9df4;
1945
+ inherits: true;
1946
+ }
1947
+
1948
+ @property --db-blue-origin-light-default {
1949
+ syntax: "<color>";
1950
+ initial-value: #7a9df4;
1951
+ inherits: true;
1952
+ }
1953
+
1954
+ @property --db-blue-origin-light-hovered {
1955
+ syntax: "<color>";
1956
+ initial-value: #4582f0;
1957
+ inherits: true;
1958
+ }
1959
+
1960
+ @property --db-blue-origin-light-pressed {
1961
+ syntax: "<color>";
1962
+ initial-value: #2c69cb;
1963
+ inherits: true;
1964
+ }
1965
+
1966
+ @property --db-blue-on-origin-light-default {
1967
+ syntax: "<color>";
1968
+ initial-value: #010718;
1969
+ inherits: true;
1970
+ }
1971
+
1972
+ @property --db-blue-on-origin-light-hovered {
1973
+ syntax: "<color>";
1974
+ initial-value: #081e43;
1975
+ inherits: true;
1976
+ }
1977
+
1978
+ @property --db-blue-on-origin-light-pressed {
1979
+ syntax: "<color>";
1980
+ initial-value: #123369;
1981
+ inherits: true;
1982
+ }
1983
+
1984
+ @property --db-blue-origin-dark-default {
1985
+ syntax: "<color>";
1986
+ initial-value: #7a9df4;
1987
+ inherits: true;
1988
+ }
1989
+
1990
+ @property --db-blue-origin-dark-hovered {
1991
+ syntax: "<color>";
1992
+ initial-value: #a4b9f7;
1993
+ inherits: true;
1994
+ }
1995
+
1996
+ @property --db-blue-origin-dark-pressed {
1997
+ syntax: "<color>";
1998
+ initial-value: #cad5fa;
1999
+ inherits: true;
2000
+ }
2001
+
2002
+ @property --db-blue-on-origin-dark-default {
2003
+ syntax: "<color>";
2004
+ initial-value: #010718;
2005
+ inherits: true;
2006
+ }
2007
+
2008
+ @property --db-blue-on-origin-dark-hovered {
2009
+ syntax: "<color>";
2010
+ initial-value: #081e43;
2011
+ inherits: true;
2012
+ }
2013
+
2014
+ @property --db-blue-on-origin-dark-pressed {
2015
+ syntax: "<color>";
2016
+ initial-value: #123369;
2017
+ inherits: true;
2018
+ }
2019
+
2020
+ @property --db-cyan-0 {
2021
+ syntax: "<color>";
2022
+ initial-value: #03080a;
2023
+ inherits: true;
2024
+ }
2025
+
2026
+ @property --db-cyan-1 {
2027
+ syntax: "<color>";
2028
+ initial-value: #051011;
2029
+ inherits: true;
2030
+ }
2031
+
2032
+ @property --db-cyan-2 {
2033
+ syntax: "<color>";
2034
+ initial-value: #081517;
2035
+ inherits: true;
2036
+ }
2037
+
2038
+ @property --db-cyan-3 {
2039
+ syntax: "<color>";
2040
+ initial-value: #0d1e20;
2041
+ inherits: true;
2042
+ }
2043
+
2044
+ @property --db-cyan-4 {
2045
+ syntax: "<color>";
2046
+ initial-value: #1a3438;
2047
+ inherits: true;
2048
+ }
2049
+
2050
+ @property --db-cyan-5 {
2051
+ syntax: "<color>";
2052
+ initial-value: #294c51;
2053
+ inherits: true;
2054
+ }
2055
+
2056
+ @property --db-cyan-6 {
2057
+ syntax: "<color>";
2058
+ initial-value: #38656b;
2059
+ inherits: true;
2060
+ }
2061
+
2062
+ @property --db-cyan-7 {
2063
+ syntax: "<color>";
2064
+ initial-value: #487f87;
2065
+ inherits: true;
2066
+ }
2067
+
2068
+ @property --db-cyan-8 {
2069
+ syntax: "<color>";
2070
+ initial-value: #599ba3;
2071
+ inherits: true;
2072
+ }
2073
+
2074
+ @property --db-cyan-9 {
2075
+ syntax: "<color>";
2076
+ initial-value: #6ab7c1;
2077
+ inherits: true;
2078
+ }
2079
+
2080
+ @property --db-cyan-10 {
2081
+ syntax: "<color>";
2082
+ initial-value: #7bd4e0;
2083
+ inherits: true;
2084
+ }
2085
+
2086
+ @property --db-cyan-11 {
2087
+ syntax: "<color>";
2088
+ initial-value: #b1edf6;
2089
+ inherits: true;
2090
+ }
2091
+
2092
+ @property --db-cyan-12 {
2093
+ syntax: "<color>";
2094
+ initial-value: #d3f4f9;
2095
+ inherits: true;
2096
+ }
2097
+
2098
+ @property --db-cyan-13 {
2099
+ syntax: "<color>";
2100
+ initial-value: #e2f7fb;
2101
+ inherits: true;
2102
+ }
2103
+
2104
+ @property --db-cyan-14 {
2105
+ syntax: "<color>";
2106
+ initial-value: #f1fbfd;
2107
+ inherits: true;
2108
+ }
2109
+
2110
+ @property --db-cyan-origin {
2111
+ syntax: "<color>";
2112
+ initial-value: #7fdae6;
2113
+ inherits: true;
2114
+ }
2115
+
2116
+ @property --db-cyan-origin-light-default {
2117
+ syntax: "<color>";
2118
+ initial-value: #7fdae6;
2119
+ inherits: true;
2120
+ }
2121
+
2122
+ @property --db-cyan-origin-light-hovered {
2123
+ syntax: "<color>";
2124
+ initial-value: #6dbdc7;
2125
+ inherits: true;
2126
+ }
2127
+
2128
+ @property --db-cyan-origin-light-pressed {
2129
+ syntax: "<color>";
2130
+ initial-value: #5ca0a9;
2131
+ inherits: true;
2132
+ }
2133
+
2134
+ @property --db-cyan-on-origin-light-default {
2135
+ syntax: "<color>";
2136
+ initial-value: #03080a;
2137
+ inherits: true;
2138
+ }
2139
+
2140
+ @property --db-cyan-on-origin-light-hovered {
2141
+ syntax: "<color>";
2142
+ initial-value: #0f2225;
2143
+ inherits: true;
2144
+ }
2145
+
2146
+ @property --db-cyan-on-origin-light-pressed {
2147
+ syntax: "<color>";
2148
+ initial-value: #1d393c;
2149
+ inherits: true;
2150
+ }
2151
+
2152
+ @property --db-cyan-origin-dark-default {
2153
+ syntax: "<color>";
2154
+ initial-value: #7fdae6;
2155
+ inherits: true;
2156
+ }
2157
+
2158
+ @property --db-cyan-origin-dark-hovered {
2159
+ syntax: "<color>";
2160
+ initial-value: #6dbdc7;
2161
+ inherits: true;
2162
+ }
2163
+
2164
+ @property --db-cyan-origin-dark-pressed {
2165
+ syntax: "<color>";
2166
+ initial-value: #5ca0a9;
2167
+ inherits: true;
2168
+ }
2169
+
2170
+ @property --db-cyan-on-origin-dark-default {
2171
+ syntax: "<color>";
2172
+ initial-value: #03080a;
2173
+ inherits: true;
2174
+ }
2175
+
2176
+ @property --db-cyan-on-origin-dark-hovered {
2177
+ syntax: "<color>";
2178
+ initial-value: #0f2225;
2179
+ inherits: true;
2180
+ }
2181
+
2182
+ @property --db-cyan-on-origin-dark-pressed {
2183
+ syntax: "<color>";
2184
+ initial-value: #1d393c;
2185
+ inherits: true;
2186
+ }
2187
+
2188
+ @property --db-turquoise-0 {
2189
+ syntax: "<color>";
2190
+ initial-value: #000a05;
2191
+ inherits: true;
2192
+ }
2193
+
2194
+ @property --db-turquoise-1 {
2195
+ syntax: "<color>";
2196
+ initial-value: #00120a;
2197
+ inherits: true;
2198
+ }
2199
+
2200
+ @property --db-turquoise-2 {
2201
+ syntax: "<color>";
2202
+ initial-value: #00170e;
2203
+ inherits: true;
2204
+ }
2205
+
2206
+ @property --db-turquoise-3 {
2207
+ syntax: "<color>";
2208
+ initial-value: #002115;
2209
+ inherits: true;
2210
+ }
2211
+
2212
+ @property --db-turquoise-4 {
2213
+ syntax: "<color>";
2214
+ initial-value: #003827;
2215
+ inherits: true;
2216
+ }
2217
+
2218
+ @property --db-turquoise-5 {
2219
+ syntax: "<color>";
2220
+ initial-value: #00513a;
2221
+ inherits: true;
2222
+ }
2223
+
2224
+ @property --db-turquoise-6 {
2225
+ syntax: "<color>";
2226
+ initial-value: #006c4e;
2227
+ inherits: true;
2228
+ }
2229
+
2230
+ @property --db-turquoise-7 {
2231
+ syntax: "<color>";
2232
+ initial-value: #008863;
2233
+ inherits: true;
2234
+ }
2235
+
2236
+ @property --db-turquoise-8 {
2237
+ syntax: "<color>";
2238
+ initial-value: #00a579;
2239
+ inherits: true;
2240
+ }
2241
+
2242
+ @property --db-turquoise-9 {
2243
+ syntax: "<color>";
2244
+ initial-value: #00c290;
2245
+ inherits: true;
2246
+ }
2247
+
2248
+ @property --db-turquoise-10 {
2249
+ syntax: "<color>";
2250
+ initial-value: #00e1a7;
2251
+ inherits: true;
2252
+ }
2253
+
2254
+ @property --db-turquoise-11 {
2255
+ syntax: "<color>";
2256
+ initial-value: #3bffc1;
2257
+ inherits: true;
2258
+ }
2259
+
2260
+ @property --db-turquoise-12 {
2261
+ syntax: "<color>";
2262
+ initial-value: #abffdb;
2263
+ inherits: true;
2264
+ }
2265
+
2266
+ @property --db-turquoise-13 {
2267
+ syntax: "<color>";
2268
+ initial-value: #cbffe7;
2269
+ inherits: true;
2270
+ }
2271
+
2272
+ @property --db-turquoise-14 {
2273
+ syntax: "<color>";
2274
+ initial-value: #e6fff3;
2275
+ inherits: true;
2276
+ }
2277
+
2278
+ @property --db-turquoise-origin {
2279
+ syntax: "<color>";
2280
+ initial-value: #b8ffe0;
2281
+ inherits: true;
2282
+ }
2283
+
2284
+ @property --db-turquoise-origin-light-default {
2285
+ syntax: "<color>";
2286
+ initial-value: #b8ffe0;
2287
+ inherits: true;
2288
+ }
2289
+
2290
+ @property --db-turquoise-origin-light-hovered {
2291
+ syntax: "<color>";
2292
+ initial-value: #00f0b2;
2293
+ inherits: true;
2294
+ }
2295
+
2296
+ @property --db-turquoise-origin-light-pressed {
2297
+ syntax: "<color>";
2298
+ initial-value: #00d19b;
2299
+ inherits: true;
2300
+ }
2301
+
2302
+ @property --db-turquoise-on-origin-light-default {
2303
+ syntax: "<color>";
2304
+ initial-value: #000a05;
2305
+ inherits: true;
2306
+ }
2307
+
2308
+ @property --db-turquoise-on-origin-light-hovered {
2309
+ syntax: "<color>";
2310
+ initial-value: #002519;
2311
+ inherits: true;
2312
+ }
2313
+
2314
+ @property --db-turquoise-on-origin-light-pressed {
2315
+ syntax: "<color>";
2316
+ initial-value: #003d2b;
2317
+ inherits: true;
2318
+ }
2319
+
2320
+ @property --db-turquoise-origin-dark-default {
2321
+ syntax: "<color>";
2322
+ initial-value: #b8ffe0;
2323
+ inherits: true;
2324
+ }
2325
+
2326
+ @property --db-turquoise-origin-dark-hovered {
2327
+ syntax: "<color>";
2328
+ initial-value: #00f0b2;
2329
+ inherits: true;
2330
+ }
2331
+
2332
+ @property --db-turquoise-origin-dark-pressed {
2333
+ syntax: "<color>";
2334
+ initial-value: #00d19b;
2335
+ inherits: true;
2336
+ }
2337
+
2338
+ @property --db-turquoise-on-origin-dark-default {
2339
+ syntax: "<color>";
2340
+ initial-value: #000a05;
2341
+ inherits: true;
2342
+ }
2343
+
2344
+ @property --db-turquoise-on-origin-dark-hovered {
2345
+ syntax: "<color>";
2346
+ initial-value: #002519;
2347
+ inherits: true;
2348
+ }
2349
+
2350
+ @property --db-turquoise-on-origin-dark-pressed {
2351
+ syntax: "<color>";
2352
+ initial-value: #003d2b;
2353
+ inherits: true;
2354
+ }
2355
+
2356
+ @property --db-green-0 {
2357
+ syntax: "<color>";
2358
+ initial-value: #040901;
2359
+ inherits: true;
2360
+ }
2361
+
2362
+ @property --db-green-1 {
2363
+ syntax: "<color>";
2364
+ initial-value: #091002;
2365
+ inherits: true;
2366
+ }
2367
+
2368
+ @property --db-green-2 {
2369
+ syntax: "<color>";
2370
+ initial-value: #0d1603;
2371
+ inherits: true;
2372
+ }
2373
+
2374
+ @property --db-green-3 {
2375
+ syntax: "<color>";
2376
+ initial-value: #131f06;
2377
+ inherits: true;
2378
+ }
2379
+
2380
+ @property --db-green-4 {
2381
+ syntax: "<color>";
2382
+ initial-value: #24350f;
2383
+ inherits: true;
2384
+ }
2385
+
2386
+ @property --db-green-5 {
2387
+ syntax: "<color>";
2388
+ initial-value: #364d19;
2389
+ inherits: true;
2390
+ }
2391
+
2392
+ @property --db-green-6 {
2393
+ syntax: "<color>";
2394
+ initial-value: #496724;
2395
+ inherits: true;
2396
+ }
2397
+
2398
+ @property --db-green-7 {
2399
+ syntax: "<color>";
2400
+ initial-value: #5d8230;
2401
+ inherits: true;
2402
+ }
2403
+
2404
+ @property --db-green-8 {
2405
+ syntax: "<color>";
2406
+ initial-value: #729d3c;
2407
+ inherits: true;
2408
+ }
2409
+
2410
+ @property --db-green-9 {
2411
+ syntax: "<color>";
2412
+ initial-value: #87ba48;
2413
+ inherits: true;
2414
+ }
2415
+
2416
+ @property --db-green-10 {
2417
+ syntax: "<color>";
2418
+ initial-value: #9dd755;
2419
+ inherits: true;
2420
+ }
2421
+
2422
+ @property --db-green-11 {
2423
+ syntax: "<color>";
2424
+ initial-value: #b4f662;
2425
+ inherits: true;
2426
+ }
2427
+
2428
+ @property --db-green-12 {
2429
+ syntax: "<color>";
2430
+ initial-value: #cdfca0;
2431
+ inherits: true;
2432
+ }
2433
+
2434
+ @property --db-green-13 {
2435
+ syntax: "<color>";
2436
+ initial-value: #dffdc5;
2437
+ inherits: true;
2438
+ }
2439
+
2440
+ @property --db-green-14 {
2441
+ syntax: "<color>";
2442
+ initial-value: #effee4;
2443
+ inherits: true;
2444
+ }
2445
+
2446
+ @property --db-green-origin {
2447
+ syntax: "<color>";
2448
+ initial-value: #a8e65b;
2449
+ inherits: true;
2450
+ }
2451
+
2452
+ @property --db-green-origin-light-default {
2453
+ syntax: "<color>";
2454
+ initial-value: #a8e65b;
2455
+ inherits: true;
2456
+ }
2457
+
2458
+ @property --db-green-origin-light-hovered {
2459
+ syntax: "<color>";
2460
+ initial-value: #92c84e;
2461
+ inherits: true;
2462
+ }
2463
+
2464
+ @property --db-green-origin-light-pressed {
2465
+ syntax: "<color>";
2466
+ initial-value: #7cab42;
2467
+ inherits: true;
2468
+ }
2469
+
2470
+ @property --db-green-on-origin-light-default {
2471
+ syntax: "<color>";
2472
+ initial-value: #040901;
2473
+ inherits: true;
2474
+ }
2475
+
2476
+ @property --db-green-on-origin-light-hovered {
2477
+ syntax: "<color>";
2478
+ initial-value: #172307;
2479
+ inherits: true;
2480
+ }
2481
+
2482
+ @property --db-green-on-origin-light-pressed {
2483
+ syntax: "<color>";
2484
+ initial-value: #283a11;
2485
+ inherits: true;
2486
+ }
2487
+
2488
+ @property --db-green-origin-dark-default {
2489
+ syntax: "<color>";
2490
+ initial-value: #a8e65b;
2491
+ inherits: true;
2492
+ }
2493
+
2494
+ @property --db-green-origin-dark-hovered {
2495
+ syntax: "<color>";
2496
+ initial-value: #92c84e;
2497
+ inherits: true;
2498
+ }
2499
+
2500
+ @property --db-green-origin-dark-pressed {
2501
+ syntax: "<color>";
2502
+ initial-value: #7cab42;
2503
+ inherits: true;
2504
+ }
2505
+
2506
+ @property --db-green-on-origin-dark-default {
2507
+ syntax: "<color>";
2508
+ initial-value: #040901;
2509
+ inherits: true;
2510
+ }
2511
+
2512
+ @property --db-green-on-origin-dark-hovered {
2513
+ syntax: "<color>";
2514
+ initial-value: #172307;
2515
+ inherits: true;
2516
+ }
2517
+
2518
+ @property --db-green-on-origin-dark-pressed {
2519
+ syntax: "<color>";
2520
+ initial-value: #283a11;
2521
+ inherits: true;
2522
+ }
2523
+ }