Skip to content

Instantly share code, notes, and snippets.

@lucca65
Created July 13, 2018 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucca65/32778809841478032e0fd79c85d0add7 to your computer and use it in GitHub Desktop.
Save lucca65/32778809841478032e0fd79c85d0add7 to your computer and use it in GitHub Desktop.
.gradient-blue {
background: #283c86;
background: -webkit-gradient(linear, left top, right top, from(#45a247), to(#283c86)) !important;
background: linear-gradient(to right, #45a247, #283c86) !important
}
.gradient-love {
background: #cc2b5e;
background: -webkit-gradient(linear, left top, right top, from(#cc2b5e), to(#753a88)) !important;
background: linear-gradient(to right, #cc2b5e, #753a88) !important
}
.gradient-cherry {
background: #eb3349;
background: -webkit-gradient(linear, left top, right top, from(#eb3349), to(#f45c43)) !important;
background: linear-gradient(to right, #eb3349, #f45c43) !important;
}
.gradient-lime {
background: #56ab2f;
background: -webkit-gradient(linear, left top, right top, from(#56ab2f), to(#a8e063)) !important;
background: linear-gradient(to right, #56ab2f, #a8e063) !important
}
.gradient-royal {
background: #141e30;
background: -webkit-gradient(linear, left top, right top, from(#141e30), to(#243b55)) !important;
background: linear-gradient(to right, #141e30, #243b55) !important
}
.gradient-lavanda {
background: #614385;
background: -webkit-gradient(linear, left top, right top, from(#614385), to(#516395)) !important;
background: linear-gradient(to right, #614385, #516395) !important
}
.gradient-acqua {
background: #13547a;
background: -webkit-gradient(linear, left top, right top, from(#13547a), to(#80d0c7)) !important;
background: linear-gradient(to right, #13547a, #80d0c7) !important
}
.gradient-pi {
background: #45A247;
background: -webkit-gradient(linear, left top, right top, from(#45A247), to(#283C86)) !important;
background: linear-gradient(-150dg, #45A247 6%, #283C86 100%) !important
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment