@dpgradio/creative 5.0.2 → 5.0.3
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.
- package/package.json +1 -1
- package/styles/colors/joe.css +2 -0
- package/styles/colors/willy.css +11 -0
package/package.json
CHANGED
package/styles/colors/joe.css
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--willy-gray: 231 230 225;
|
|
3
|
+
--willy-gray--alt: 244 243 239;
|
|
4
|
+
--willy-black: 20 20 20;
|
|
5
|
+
--willy-primary-text: 56 56 56;
|
|
6
|
+
--willy-primary-color: 255 159 28;
|
|
7
|
+
--willy-primary-color--pastel: 255 184 87;
|
|
8
|
+
--willy-secondary-color: 8 126 139;
|
|
9
|
+
--willy-tertiary-color: 198 39 26;
|
|
10
|
+
--willy-tertiary-color--alt: 231 53 54;
|
|
11
|
+
}
|