Added brand-colors.scss

This commit is contained in:
Nikurasu 2022-05-01 00:08:03 +02:00
parent be6deda6a7
commit 7b1cb524f3
2 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,42 @@
$youtubered: #FF0000;
$pinterestred: #bd081c;
$twitterblue: #00acee;
$tiktokblue: #69c9d0;
$telegramblue: #0088cc;
$facebookblue: #3b5998;
$linkedinblue: #2867B2;
$mastodonblue: #2b90d9;
$tumblrblue: #35465d;
$vkblue: #4a76a8;
$discordblurple: #7289da;
$twitchpurple: #9146FF;
$instagrampurple: #833AB4;
$flickrpink: #f40083;
$deviantartgreen: #05CC46;
$spotifygreen: #1ed760;
$snapchatyellow: #fffc00;
$redditorange: #ff4500;
$soundcloudorange: #ff5500;
$steamgrey: #171A21;
$brandcolors: (
"youtube": $youtubered,
"pinterest": $pinterestred,
"twitter": $twitterblue,
"tiktok": $tiktokblue,
"telegram": $facebookblue,
"linkedin": $linkedinblue,
"mastodon": $mastodonblue,
"tumblr": $tumblrblue,
"discord": $discordblurple,
"twitch": $twitchpurple,
"instagram": $instagrampurple,
"flickr": $flickrpink,
"deviantart": $deviantartgreen,
"spotify": $spotifygreen,
"snapchat": $snapchatyellow,
"reddit": $redditorange,
"soundcloud": $soundcloudorange,
"vk": $vkblue,
"steam": $steamgrey,
);

View file

@ -1,5 +1,6 @@
// Colors
@import "global-colors";
@import "brand-colors";
$gradient1: #c7a25c;
$gradient2: #ff9601;
$gradient3: #980d0d;