diff --git a/colors(1)/colors.txt b/colors(1)/colors.txt new file mode 100644 index 0000000..75da141 --- /dev/null +++ b/colors(1)/colors.txt @@ -0,0 +1,11 @@ +Your selected colors: + + Primary: #daeafb (RGB: 218, 234, 251) + Secondary: #000000 (RGB: 0, 0, 0) + Primary Button: #5b9a66 (RGB: 91, 154, 102) + Secondary Button: #120320 (RGB: 18, 3, 32) + Accent: #b574f1 (RGB: 181, 116, 241) + +Realtime Colors link for selected colors: https://realtimecolors.com/?colors=daeafb-000000-5b9a66-120320-b574f1 + +Thanks for using RealtimeColors.com! \ No newline at end of file diff --git a/colors(1)/palette.png b/colors(1)/palette.png new file mode 100644 index 0000000..580859c Binary files /dev/null and b/colors(1)/palette.png differ diff --git a/src/App.vue b/src/App.vue index 537e268..96b5d87 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,7 +4,7 @@ import { NavigationModel } from "./components/Index.js";