polaris_tokens_plus 2.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.md +19 -0
  3. data/README.md +206 -0
  4. data/dist/Polaris.ase +0 -0
  5. data/dist/Polaris.clr +0 -0
  6. data/dist/Polaris.sketchpalette +402 -0
  7. data/dist/color-filters.color-map.scss +140 -0
  8. data/dist/color-filters.common.js +116 -0
  9. data/dist/color-filters.custom-properties.css +116 -0
  10. data/dist/color-filters.json +60 -0
  11. data/dist/color-filters.map.scss +232 -0
  12. data/dist/color-filters.raw.json +586 -0
  13. data/dist/color-filters.scss +114 -0
  14. data/dist/colors.android.xml +61 -0
  15. data/dist/colors.ase.json +344 -0
  16. data/dist/colors.color-map.scss +84 -0
  17. data/dist/colors.common.js +60 -0
  18. data/dist/colors.custom-properties.css +60 -0
  19. data/dist/colors.json +60 -0
  20. data/dist/colors.map.scss +176 -0
  21. data/dist/colors.raw.json +586 -0
  22. data/dist/colors.scss +58 -0
  23. data/dist/duration.common.js +8 -0
  24. data/dist/duration.custom-properties.css +8 -0
  25. data/dist/duration.json +8 -0
  26. data/dist/duration.map.scss +20 -0
  27. data/dist/duration.raw.json +47 -0
  28. data/dist/duration.scss +6 -0
  29. data/dist/index.common.js +76 -0
  30. data/dist/index.custom-properties.css +76 -0
  31. data/dist/index.d.ts +77 -0
  32. data/dist/index.json +75 -0
  33. data/dist/index.map.scss +230 -0
  34. data/dist/index.raw.json +691 -0
  35. data/dist/index.scss +74 -0
  36. data/dist/spacing.common.js +9 -0
  37. data/dist/spacing.custom-properties.css +9 -0
  38. data/dist/spacing.json +9 -0
  39. data/dist/spacing.map.scss +23 -0
  40. data/dist/spacing.raw.json +54 -0
  41. data/dist/spacing.scss +7 -0
  42. data/dist/spacing.spacing-map.scss +9 -0
  43. data/dist/typography.common.js +5 -0
  44. data/dist/typography.custom-properties.css +5 -0
  45. data/dist/typography.json +4 -0
  46. data/dist/typography.map.scss +17 -0
  47. data/dist/typography.raw.json +19 -0
  48. data/dist/typography.scss +3 -0
  49. data/index.js +1 -0
  50. data/lib/polaris_tokens.rb +7 -0
  51. data/lib/polaris_tokens/rails/engine.rb +9 -0
  52. data/lib/polaris_tokens/version.rb +10 -0
  53. data/package.json +86 -0
  54. metadata +99 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: c2a547e6961bb3658bb9da929bef65c7cac236a17c12ed9ffcd5ee25797148bd
4
+ data.tar.gz: 6121c57546e32afea20feef29278343b877b885f6949f17dd3aa3641ba8f3413
5
+ SHA512:
6
+ metadata.gz: b96e50b6895df9ac8eb3e84661624257a4db90ea4949e30b7e6f733db99452d8ab47d3d44fbb6a99f0b4ec8f4c0f4680a77516c6e374ee49aec797d927befe8d
7
+ data.tar.gz: 5bb315bb55473349528c232e32d163200923a2bf4cebcf6aae0d10adfa39ede66c344757a8ca4414721828129f8d8b7b7c952fa3d8d4d77617c485464a06a4b3
@@ -0,0 +1,19 @@
1
+ Copyright (c) 2017 Shopify
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ SOFTWARE.
@@ -0,0 +1,206 @@
1
+ <h1 align="center">Polaris design tokens</h1>
2
+
3
+ <img src="https://user-images.githubusercontent.com/85783/39013335-ebf76f5e-43cb-11e8-81f2-706259125897.png" alt="" align="center" />
4
+
5
+ <h3 align="center">Colors, spacing, animation, and typography for all platforms</h3>
6
+
7
+ <p align="center"><em>JavaScript · JSON · CSS · SCSS · Android · Sketch · macOS · Adobe Swatch</em></p>
8
+
9
+ <div align="center" markdown="1">
10
+
11
+ [![CircleCI](https://circleci.com/gh/Shopify/polaris-tokens.svg?style=shield)](https://circleci.com/gh/Shopify/polaris-tokens) [![npm version](https://img.shields.io/npm/v/@shopify/polaris-tokens.svg)](https://www.npmjs.com/package/@shopify/polaris-tokens) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
12
+
13
+ </div>
14
+
15
+ ---
16
+
17
+ [Design tokens](https://medium.com/eightshapes-llc/tokens-in-design-systems-25dd82d58421) for [Polaris](https://polaris.shopify.com), Shopify’s design system.
18
+
19
+ Design tokens originated at Salesforce, and the best way to describe them is to simply quote their documentation:
20
+
21
+ > Design tokens are the visual design atoms of the design system — specifically, they are named entities that store visual design attributes. We use them in place of hard-coded values (such as hex values for color or pixel values for spacing) in order to maintain a scalable and consistent visual system for UI development – [Salesforce UX](https://www.lightningdesignsystem.com/design-tokens/)
22
+
23
+ ## Installation
24
+
25
+ Polaris design tokens are available as both a npm package (`@shopify/polaris-tokens`) on [npm](https://www.npmjs.com/), and as a Ruby gem (`polaris_tokens`) on [RubyGems](https://rubygems.org/).
26
+
27
+ The recommended way to use and install design tokens may vary depending on your project; the most common are documented below.
28
+
29
+ Using [npm](https://www.npmjs.com/):
30
+
31
+ ```console
32
+ npm install @shopify/polaris-tokens --save
33
+ ```
34
+
35
+ Using [yarn](https://yarnpkg.com/en/):
36
+
37
+ ```console
38
+ yarn add @shopify/polaris-tokens
39
+ ```
40
+
41
+ Using [Bundler](https://bundler.io/):
42
+
43
+ ```console
44
+ bundle add polaris_tokens
45
+ ```
46
+
47
+ ## Usage
48
+
49
+ Find all available tokens in the [design tokens documentation](https://shopify.github.io/polaris-tokens/).
50
+
51
+ ### JavaScript
52
+
53
+ In JavaScript, design token names are formatted in [lower camelCase](http://wiki.c2.com/?CamelCase).
54
+
55
+ ```js
56
+ const tokens = require('@shopify/polaris-tokens');
57
+ console.log(tokens.colorBlueLighter); // rgb(235, 245, 250)
58
+ ```
59
+
60
+ In JSON, design token names are formatted in [kebab-case](http://wiki.c2.com/?KebabCase).
61
+
62
+ ```js
63
+ const tokens = require('@shopify/polaris-tokens/dist/index.json');
64
+ console.log(tokens['color-blue-lighter']); // rgb(235, 245, 250)
65
+ ```
66
+
67
+ Note that, if your project supports ECMAScript Modules, you can also use the `import` syntax.
68
+
69
+ ```js
70
+ import * as tokens from '@shopify/polaris-tokens';
71
+ // or
72
+ import {colorBlueLighter} from '@shopify/polaris-tokens';
73
+ ```
74
+
75
+ ### Sass
76
+
77
+ Sass variables and map keys are formatted in [kebab-case](http://wiki.c2.com/?KebabCase).
78
+
79
+ ```scss
80
+ // Using variables
81
+ @import '~@shopify/polaris-tokens/dist/index';
82
+
83
+ a {
84
+ color: $color-blue-text;
85
+ }
86
+
87
+ // Using the map of all tokens
88
+ @import '~@shopify/polaris-tokens/dist/index.map';
89
+
90
+ a {
91
+ color: map-get($polaris-index-map, 'color-blue-text');
92
+ }
93
+
94
+ // Using the map for a specific type of tokens (here: spacing)
95
+ @import '~@shopify/polaris-tokens/dist/spacing.spacing-map';
96
+
97
+ a {
98
+ color: map-get($polaris-spacing-map, 'loose');
99
+ }
100
+ ```
101
+
102
+ ### Sass, with CSS Custom Properties
103
+
104
+ Custom properties are formatted in [kebab-case](http://wiki.c2.com/?KebabCase).
105
+
106
+ ```scss
107
+ // Omit .css at the end of the file
108
+ @import '~@shopify/polaris-tokens/dist/colors.custom-properties';
109
+
110
+ a {
111
+ color: var(--color-blue-text);
112
+ }
113
+ ```
114
+
115
+ ### Rails
116
+
117
+ Token files are added to the assets pipeline. In JSON, design token names are formatted in [kebab-case](http://wiki.c2.com/?KebabCase).
118
+
119
+ ```ruby
120
+ require 'json'
121
+ polaris_token_file = Rails.application.assets_manifest.find_sources('colors.json').first
122
+ polaris_colors = JSON.parse(polaris_token_file)
123
+ polaris_colors['color-blue-lighter'] # "rgb(235, 245, 250)"
124
+ ```
125
+
126
+ ### CSS Filters
127
+
128
+ Color tokens include a [CSS Filter](https://developer.mozilla.org/en-US/docs/Web/CSS/filter) (`filter`) value as part of [their metadata](https://github.com/Shopify/polaris-tokens/blob/master/data/color-metadata.yml). When this filter is applied to an element, it will change that element’s color to _approximate_ the target token color.
129
+
130
+ ```
131
+ <div>
132
+ No background, no filter
133
+ </div>
134
+
135
+ <div style="background-color: #fff">
136
+ White background, no filter
137
+ </div>
138
+
139
+ <div style="filter: brightness(0) saturate(100%) invert(28%) sepia(67%) saturate(3622%) hue-rotate(353deg) brightness(89%) contrast(95%)">
140
+ No background, red filter
141
+ </div>
142
+
143
+ <div style="background-color: #fff; filter: brightness(0) saturate(100%) invert(28%) sepia(67%) saturate(3622%) hue-rotate(353deg) brightness(89%) contrast(95%)">
144
+ White background, red filter
145
+ </div>
146
+ ```
147
+
148
+ ![text and non-transparent backgrounds become red when filter is applied](.github/filter-example-1.png)
149
+
150
+ In general, these filters shouldn’t be used unless absolutely necessary. The main use case for the filters is to apply a color to an unsafe (as in: user-provided) SVG. Since SVGs can contain arbitrary code, we should be careful about how they are displayed. The safest option is to render SVGs as an `img` (for example `<img src="circle.svg" alt="" />`); when SVGs are rendered like this, browsers will block code execution. Unfortunately, it also means that the SVGs cannot be styled with external CSS (applying `fill: red` to the `img` won’t do anything.)
151
+
152
+ CSS filters allow us the safety of rendering SVGs inside `img` elements, but still give us control over their appearance.
153
+
154
+ ```
155
+ <div>
156
+ <img src="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50'><circle cx='20' cy='20' r='16' /></svg>" alt="" /> black circle, no filter
157
+ </div>
158
+ <div>
159
+ <img src="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50'><circle cx='20' cy='20' r='16' /></svg>" style="filter: brightness(0) saturate(100%) invert(28%) sepia(67%) saturate(3622%) hue-rotate(353deg) brightness(89%) contrast(95%)" alt="" /> black circle, red filter
160
+ </div>
161
+ ```
162
+
163
+ ![the filter turns the black circle red](.github/filter-example-2.png)
164
+
165
+ Note that _all_ filled areas of an SVG will change color with this approach, including borders/strokes. For that reason it should only be used with monochromatic SVGs.
166
+
167
+ ```
168
+ <div>
169
+ <img src="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50'><circle cx='20' cy='20' r='16' stroke='green' stroke-width='4' /></svg>" alt="" /> black circle with green border, no filter
170
+ </div>
171
+ <div>
172
+ <img src="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50'><circle cx='20' cy='20' r='16' stroke='green' stroke-width='4' /></svg>" style="filter: brightness(0) saturate(100%) invert(28%) sepia(67%) saturate(3622%) hue-rotate(353deg) brightness(89%) contrast(95%)" alt="" /> black circle with green border, red filter
173
+ </div>
174
+ ```
175
+
176
+ ![the filter turns the entire circle red, including the border](.github/filter-example-3.png)
177
+
178
+ If you need to generate new filter values, you can do so with [this CodePen](https://codepen.io/kaelig/full/jeObGP/).
179
+
180
+ ---
181
+
182
+ ## Contributing
183
+
184
+ The purpose of this repository is to see the core design elements of the Polaris design system
185
+ evolve and improve over time with the needs of developers, designers and partners in mind.
186
+
187
+ We gratefully accept impromptu contributions to the documentation, typo and bug fixes,
188
+ and expect design token requests and changes to be discussed before a pull request.
189
+
190
+ ### [Code of conduct](https://github.com/Shopify/polaris-tokens/blob/master/.github/CODE_OF_CONDUCT.md)
191
+
192
+ We have a [code of conduct](https://github.com/Shopify/polaris-tokens/blob/master/.github/CODE_OF_CONDUCT.md),
193
+ please follow it in all your interactions with the project.
194
+
195
+ ### [Contributing guide](https://github.com/Shopify/polaris-tokens/blob/master/.github/CONTRIBUTING.md)
196
+
197
+ Read the [contributing guide](https://github.com/Shopify/polaris-tokens/blob/master/.github/CONTRIBUTING.md)
198
+ to learn how to propose changes and understand our development process.
199
+
200
+ ### [License](https://github.com/Shopify/polaris-tokens/blob/master/LICENSE.md)
201
+
202
+ The polaris-tokens project is available under the [MIT license](https://github.com/Shopify/polaris-tokens/blob/master/LICENSE.md).
203
+
204
+ Parts of the code in this repository are directly inspired or borrowed
205
+ from the [Theo project](https://github.com/salesforce-ux/theo),
206
+ property of Salesforce.com, Inc., [licensed under BSD 3-Clause](https://git.io/sfdc-license).
Binary file
Binary file
@@ -0,0 +1,402 @@
1
+ {
2
+ "compatibleVersion": "2.0",
3
+ "pluginVersion": "2.21",
4
+ "colors": [
5
+ {
6
+ "name": "Purple Text",
7
+ "red": 0.3137254901960784,
8
+ "green": 0.28627450980392155,
9
+ "blue": 0.35294117647058826,
10
+ "alpha": 1
11
+ },
12
+ {
13
+ "name": "Purple Darker",
14
+ "red": 0.13725490196078433,
15
+ "green": 0,
16
+ "blue": 0.3176470588235294,
17
+ "alpha": 1
18
+ },
19
+ {
20
+ "name": "Purple Dark",
21
+ "red": 0.3137254901960784,
22
+ "green": 0.1411764705882353,
23
+ "blue": 0.5607843137254902,
24
+ "alpha": 1
25
+ },
26
+ {
27
+ "name": "Purple",
28
+ "red": 0.611764705882353,
29
+ "green": 0.41568627450980394,
30
+ "blue": 0.8705882352941177,
31
+ "alpha": 1
32
+ },
33
+ {
34
+ "name": "Purple Light",
35
+ "red": 0.8901960784313725,
36
+ "green": 0.8156862745098039,
37
+ "blue": 1,
38
+ "alpha": 1
39
+ },
40
+ {
41
+ "name": "Purple Lighter",
42
+ "red": 0.9647058823529412,
43
+ "green": 0.9411764705882353,
44
+ "blue": 0.9921568627450981,
45
+ "alpha": 1
46
+ },
47
+ {
48
+ "name": "Indigo Text",
49
+ "red": 0.24313725490196078,
50
+ "green": 0.2549019607843137,
51
+ "blue": 0.3333333333333333,
52
+ "alpha": 1
53
+ },
54
+ {
55
+ "name": "Indigo Darker",
56
+ "red": 0,
57
+ "green": 0.023529411764705882,
58
+ "blue": 0.2235294117647059,
59
+ "alpha": 1
60
+ },
61
+ {
62
+ "name": "Indigo Dark",
63
+ "red": 0.12549019607843137,
64
+ "green": 0.1803921568627451,
65
+ "blue": 0.47058823529411764,
66
+ "alpha": 1
67
+ },
68
+ {
69
+ "name": "Indigo",
70
+ "red": 0.07058823529411765,
71
+ "green": 0.2196078431372549,
72
+ "blue": 0.7490196078431373,
73
+ "alpha": 1
74
+ },
75
+ {
76
+ "name": "Indigo Light",
77
+ "red": 0.7019607843137254,
78
+ "green": 0.7372549019607844,
79
+ "blue": 0.9607843137254902,
80
+ "alpha": 1
81
+ },
82
+ {
83
+ "name": "Indigo Lighter",
84
+ "red": 0.9568627450980393,
85
+ "green": 0.9607843137254902,
86
+ "blue": 0.9803921568627451,
87
+ "alpha": 1
88
+ },
89
+ {
90
+ "name": "Blue Text",
91
+ "red": 0.24313725490196078,
92
+ "green": 0.3058823529411765,
93
+ "blue": 0.3411764705882353,
94
+ "alpha": 1
95
+ },
96
+ {
97
+ "name": "Blue Darker",
98
+ "red": 0,
99
+ "green": 0.0784313725490196,
100
+ "blue": 0.1607843137254902,
101
+ "alpha": 1
102
+ },
103
+ {
104
+ "name": "Blue Dark",
105
+ "red": 0.03137254901960784,
106
+ "green": 0.3058823529411765,
107
+ "blue": 0.5411764705882353,
108
+ "alpha": 1
109
+ },
110
+ {
111
+ "name": "Blue",
112
+ "red": 0,
113
+ "green": 0.47843137254901963,
114
+ "blue": 0.807843137254902,
115
+ "alpha": 1
116
+ },
117
+ {
118
+ "name": "Blue Light",
119
+ "red": 0.7058823529411765,
120
+ "green": 0.8823529411764706,
121
+ "blue": 0.9803921568627451,
122
+ "alpha": 1
123
+ },
124
+ {
125
+ "name": "Blue Lighter",
126
+ "red": 0.9215686274509803,
127
+ "green": 0.9607843137254902,
128
+ "blue": 0.9803921568627451,
129
+ "alpha": 1
130
+ },
131
+ {
132
+ "name": "Teal Text",
133
+ "red": 0.25098039215686274,
134
+ "green": 0.3254901960784314,
135
+ "blue": 0.3215686274509804,
136
+ "alpha": 1
137
+ },
138
+ {
139
+ "name": "Teal Darker",
140
+ "red": 0,
141
+ "green": 0.19215686274509805,
142
+ "blue": 0.20784313725490197,
143
+ "alpha": 1
144
+ },
145
+ {
146
+ "name": "Teal Dark",
147
+ "red": 0,
148
+ "green": 0.5176470588235295,
149
+ "blue": 0.5568627450980392,
150
+ "alpha": 1
151
+ },
152
+ {
153
+ "name": "Teal",
154
+ "red": 0.2784313725490196,
155
+ "green": 0.7568627450980392,
156
+ "blue": 0.7490196078431373,
157
+ "alpha": 1
158
+ },
159
+ {
160
+ "name": "Teal Light",
161
+ "red": 0.7176470588235294,
162
+ "green": 0.9254901960784314,
163
+ "blue": 0.9254901960784314,
164
+ "alpha": 1
165
+ },
166
+ {
167
+ "name": "Teal Lighter",
168
+ "red": 0.8784313725490196,
169
+ "green": 0.9607843137254902,
170
+ "blue": 0.9607843137254902,
171
+ "alpha": 1
172
+ },
173
+ {
174
+ "name": "Green Text",
175
+ "red": 0.2549019607843137,
176
+ "green": 0.30980392156862746,
177
+ "blue": 0.24313725490196078,
178
+ "alpha": 1
179
+ },
180
+ {
181
+ "name": "Green Darker",
182
+ "red": 0.09019607843137255,
183
+ "green": 0.21176470588235294,
184
+ "blue": 0.18823529411764706,
185
+ "alpha": 1
186
+ },
187
+ {
188
+ "name": "Green Dark",
189
+ "red": 0.06274509803921569,
190
+ "green": 0.5019607843137255,
191
+ "blue": 0.2627450980392157,
192
+ "alpha": 1
193
+ },
194
+ {
195
+ "name": "Green",
196
+ "red": 0.3137254901960784,
197
+ "green": 0.7215686274509804,
198
+ "blue": 0.23529411764705882,
199
+ "alpha": 1
200
+ },
201
+ {
202
+ "name": "Green Light",
203
+ "red": 0.7333333333333333,
204
+ "green": 0.8980392156862745,
205
+ "blue": 0.7019607843137254,
206
+ "alpha": 1
207
+ },
208
+ {
209
+ "name": "Green Lighter",
210
+ "red": 0.8901960784313725,
211
+ "green": 0.9450980392156862,
212
+ "blue": 0.8745098039215686,
213
+ "alpha": 1
214
+ },
215
+ {
216
+ "name": "Yellow Text",
217
+ "red": 0.34901960784313724,
218
+ "green": 0.3176470588235294,
219
+ "blue": 0.18823529411764706,
220
+ "alpha": 1
221
+ },
222
+ {
223
+ "name": "Yellow Darker",
224
+ "red": 0.3411764705882353,
225
+ "green": 0.23137254901960785,
226
+ "blue": 0,
227
+ "alpha": 1
228
+ },
229
+ {
230
+ "name": "Yellow Dark",
231
+ "red": 0.5411764705882353,
232
+ "green": 0.3803921568627451,
233
+ "blue": 0.08627450980392157,
234
+ "alpha": 1
235
+ },
236
+ {
237
+ "name": "Yellow",
238
+ "red": 0.9333333333333333,
239
+ "green": 0.7607843137254902,
240
+ "blue": 0,
241
+ "alpha": 1
242
+ },
243
+ {
244
+ "name": "Yellow Light",
245
+ "red": 1,
246
+ "green": 0.9176470588235294,
247
+ "blue": 0.5411764705882353,
248
+ "alpha": 1
249
+ },
250
+ {
251
+ "name": "Yellow Lighter",
252
+ "red": 0.9882352941176471,
253
+ "green": 0.9450980392156862,
254
+ "blue": 0.803921568627451,
255
+ "alpha": 1
256
+ },
257
+ {
258
+ "name": "Orange Text",
259
+ "red": 0.34901960784313724,
260
+ "green": 0.26666666666666666,
261
+ "blue": 0.18823529411764706,
262
+ "alpha": 1
263
+ },
264
+ {
265
+ "name": "Orange Darker",
266
+ "red": 0.2901960784313726,
267
+ "green": 0.08235294117647059,
268
+ "blue": 0.01568627450980392,
269
+ "alpha": 1
270
+ },
271
+ {
272
+ "name": "Orange Dark",
273
+ "red": 0.7529411764705882,
274
+ "green": 0.3411764705882353,
275
+ "blue": 0.09019607843137255,
276
+ "alpha": 1
277
+ },
278
+ {
279
+ "name": "Orange",
280
+ "red": 0.9568627450980393,
281
+ "green": 0.5764705882352941,
282
+ "blue": 0.25882352941176473,
283
+ "alpha": 1
284
+ },
285
+ {
286
+ "name": "Orange Light",
287
+ "red": 1,
288
+ "green": 0.7725490196078432,
289
+ "blue": 0.5450980392156862,
290
+ "alpha": 1
291
+ },
292
+ {
293
+ "name": "Orange Lighter",
294
+ "red": 0.9882352941176471,
295
+ "green": 0.9215686274509803,
296
+ "blue": 0.8588235294117647,
297
+ "alpha": 1
298
+ },
299
+ {
300
+ "name": "Red Text",
301
+ "red": 0.34509803921568627,
302
+ "green": 0.23529411764705882,
303
+ "blue": 0.20784313725490197,
304
+ "alpha": 1
305
+ },
306
+ {
307
+ "name": "Red Darker",
308
+ "red": 0.2,
309
+ "green": 0.00392156862745098,
310
+ "blue": 0.00392156862745098,
311
+ "alpha": 1
312
+ },
313
+ {
314
+ "name": "Red Dark",
315
+ "red": 0.7490196078431373,
316
+ "green": 0.027450980392156862,
317
+ "blue": 0.06666666666666667,
318
+ "alpha": 1
319
+ },
320
+ {
321
+ "name": "Red",
322
+ "red": 0.8705882352941177,
323
+ "green": 0.21176470588235294,
324
+ "blue": 0.09411764705882353,
325
+ "alpha": 1
326
+ },
327
+ {
328
+ "name": "Red Light",
329
+ "red": 0.996078431372549,
330
+ "green": 0.6784313725490196,
331
+ "blue": 0.6039215686274509,
332
+ "alpha": 1
333
+ },
334
+ {
335
+ "name": "Red Lighter",
336
+ "red": 0.984313725490196,
337
+ "green": 0.9176470588235294,
338
+ "blue": 0.8980392156862745,
339
+ "alpha": 1
340
+ },
341
+ {
342
+ "name": "Ink",
343
+ "red": 0.12941176470588237,
344
+ "green": 0.16862745098039217,
345
+ "blue": 0.21176470588235294,
346
+ "alpha": 1
347
+ },
348
+ {
349
+ "name": "Ink Light",
350
+ "red": 0.27058823529411763,
351
+ "green": 0.30980392156862746,
352
+ "blue": 0.3568627450980392,
353
+ "alpha": 1
354
+ },
355
+ {
356
+ "name": "Ink Lighter",
357
+ "red": 0.38823529411764707,
358
+ "green": 0.45098039215686275,
359
+ "blue": 0.5058823529411764,
360
+ "alpha": 1
361
+ },
362
+ {
363
+ "name": "Ink Lightest",
364
+ "red": 0.5686274509803921,
365
+ "green": 0.6196078431372549,
366
+ "blue": 0.6705882352941176,
367
+ "alpha": 1
368
+ },
369
+ {
370
+ "name": "Sky Dark",
371
+ "red": 0.7686274509803922,
372
+ "green": 0.803921568627451,
373
+ "blue": 0.8352941176470589,
374
+ "alpha": 1
375
+ },
376
+ {
377
+ "name": "Sky",
378
+ "red": 0.8745098039215686,
379
+ "green": 0.8901960784313725,
380
+ "blue": 0.9098039215686274,
381
+ "alpha": 1
382
+ },
383
+ {
384
+ "name": "Sky Light",
385
+ "red": 0.9568627450980393,
386
+ "green": 0.9647058823529412,
387
+ "blue": 0.9725490196078431,
388
+ "alpha": 1
389
+ },
390
+ {
391
+ "name": "Sky Lighter",
392
+ "red": 0.9764705882352941,
393
+ "green": 0.9803921568627451,
394
+ "blue": 0.984313725490196,
395
+ "alpha": 1
396
+ },
397
+ {"name": "Black", "red": 0, "green": 0, "blue": 0, "alpha": 1},
398
+ {"name": "White", "red": 1, "green": 1, "blue": 1, "alpha": 1}
399
+ ],
400
+ "gradients": [],
401
+ "images": []
402
+ }