chore: Add new color shade + tint for violet (#2373)

This commit is contained in:
Nithin David Thomas
2021-06-03 23:21:39 +05:30
committed by GitHub
parent f731002b70
commit 58846e7ad8

View File

@@ -67,6 +67,17 @@
--r-800: #D11320;
--r-900: #C30011;
--v-50: #FFFFFF;
--v-100: #F5EBFF;
--v-200: #DDB8FF;
--v-300: #C585FF;
--v-400: #AC52FF;
--v-500: #941FFF;
--v-600: #7B00EB;
--v-700: #6000B8;
--v-800: #450085;
--v-900: #2B0052;
// Common color aliases
--color-woot: var(--w-500);
@@ -80,10 +91,10 @@
--color-background: #f4f6fb;
--color-background-light: #f9fafc;
// Social and inboxes brand colors
--color-facebook-brand: #3b5998;
--color-twitter-brand: #1da1f2;
--color-whatsapp-brand: #25d366;
--color-sms-twilio: #f42f46;
--color-cloud-generic: #18b7b0;
// Social and inboxes brand colors
--color-facebook-brand: #3b5998;
--color-twitter-brand: #1da1f2;
--color-whatsapp-brand: #25d366;
--color-sms-twilio: #f42f46;
--color-cloud-generic: #18b7b0;
}