Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change color scheme and logo #31

Open
prabhu opened this issue Sep 5, 2020 · 0 comments
Open

Change color scheme and logo #31

prabhu opened this issue Sep 5, 2020 · 0 comments

Comments

@prabhu
Copy link
Contributor

prabhu commented Sep 5, 2020

New color scheme and logo attached

/* Coolors Exported Palette - https://coolors.co/220901-621708-941b0c-bc3908-f6aa1c */

/* CSS HEX */
--dark-sienna: #220901ff;
--blood-red: #621708ff;
--dark-red: #941b0cff;
--rust: #bc3908ff;
--bright-yellow-crayola: #f6aa1cff;

/* CSS HSL */
--dark-sienna: hsla(15, 94%, 7%, 1);
--blood-red: hsla(10, 85%, 21%, 1);
--dark-red: hsla(7, 85%, 31%, 1);
--rust: hsla(16, 92%, 38%, 1);
--bright-yellow-crayola: hsla(39, 92%, 54%, 1);

/* SCSS HEX */
$dark-sienna: #220901ff;
$blood-red: #621708ff;
$dark-red: #941b0cff;
$rust: #bc3908ff;
$bright-yellow-crayola: #f6aa1cff;

/* SCSS HSL */
$dark-sienna: hsla(15, 94%, 7%, 1);
$blood-red: hsla(10, 85%, 21%, 1);
$dark-red: hsla(7, 85%, 31%, 1);
$rust: hsla(16, 92%, 38%, 1);
$bright-yellow-crayola: hsla(39, 92%, 54%, 1);

/* SCSS RGB */
$dark-sienna: rgba(34, 9, 1, 1);
$blood-red: rgba(98, 23, 8, 1);
$dark-red: rgba(148, 27, 12, 1);
$rust: rgba(188, 57, 8, 1);
$bright-yellow-crayola: rgba(246, 170, 28, 1);

/* SCSS Gradient */
$gradient-top: linear-gradient(0deg, #220901ff, #621708ff, #941b0cff, #bc3908ff, #f6aa1cff);
$gradient-right: linear-gradient(90deg, #220901ff, #621708ff, #941b0cff, #bc3908ff, #f6aa1cff);
$gradient-bottom: linear-gradient(180deg, #220901ff, #621708ff, #941b0cff, #bc3908ff, #f6aa1cff);
$gradient-left: linear-gradient(270deg, #220901ff, #621708ff, #941b0cff, #bc3908ff, #f6aa1cff);
$gradient-top-right: linear-gradient(45deg, #220901ff, #621708ff, #941b0cff, #bc3908ff, #f6aa1cff);
$gradient-bottom-right: linear-gradient(135deg, #220901ff, #621708ff, #941b0cff, #bc3908ff, #f6aa1cff);
$gradient-top-left: linear-gradient(225deg, #220901ff, #621708ff, #941b0cff, #bc3908ff, #f6aa1cff);
$gradient-bottom-left: linear-gradient(315deg, #220901ff, #621708ff, #941b0cff, #bc3908ff, #f6aa1cff);
$gradient-radial: radial-gradient(#220901ff, #621708ff, #941b0cff, #bc3908ff, #f6aa1cff);

scan-logo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants