We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
New color scheme and logo attached
The text was updated successfully, but these errors were encountered: