diff --git a/sass/abstracts/variables/_colors.scss b/sass/abstracts/variables/_colors.scss index a325e75..e611059 100644 --- a/sass/abstracts/variables/_colors.scss +++ b/sass/abstracts/variables/_colors.scss @@ -6,13 +6,13 @@ $color__grey-dark: #666; $color__black-light: #101010; $color__black-grey: #020202; $color__black: #000; -$color__orange: ff8d76; -$color__yellow: f6cc4c; -$color__pink: f877c3; -$color__blue: 5c31ff; -$color__lightblue: 5bcee8; -$color__green: 69ed82; -$color__red: ff686e; +$color__orange: #ff8d76; +$color__yellow: #f6cc4c; +$color__pink: #f877c3; +$color__blue: #5c31ff; +$color__lightblue: #5bcee8; +$color__green: #69ed82; +$color__red: #ff686e; $color__background-body: $color__white;