diff --git a/src/styles/_theme.scss b/src/styles/_theme.scss index 2ca153df..d6074df1 100644 --- a/src/styles/_theme.scss +++ b/src/styles/_theme.scss @@ -3,3 +3,11 @@ $text-primary-color: #191919; $text-secondary-color: #1b51a0; $background-primary-color: #d5dde6; $background-secondary-color: #f2f5f7; + +$color-blue-light: #7596c5; +$color-red-light: #e96565; +$color-yellow-light: #fff5e6; +$color-green-light: #edfff2; +$color-red-lightest: #fff2f2; +$color-blue-lightest: #dce8f9; +$color-blue-lightest-alt: #ebf2fc;