diff --git a/blog_images/colors-mural.jpg b/blog_images/colors-mural.jpg new file mode 100644 index 000000000..fc30cddd3 Binary files /dev/null and b/blog_images/colors-mural.jpg differ diff --git a/blog_posts/25-css-gradients.md b/blog_posts/25-css-gradients.md new file mode 100644 index 000000000..a6b5cc959 --- /dev/null +++ b/blog_posts/25-css-gradients.md @@ -0,0 +1,302 @@ +--- +title: 25 CSS gradients for you next project +type: cheatsheet +tags: css,visual +authors: chalarangelo +cover: blog_images/colors-mural.jpg +excerpt: We hand picked 25 of our favorite CSS gradients from uiGradients for your next design. Get them now! +--- + +[uiGradients](https://uigradients.com/) has an amazing collection of ready-to-use CSS gradients for pretty much anything. I highly recommend checking out the full collection. Meantime, here are our top picks in case you're looking for some color: + + + +
+ +```css +.stripe { + background: linear-gradient(to right, #1fa2ff, #12d8fa, #a6ffcb); +} +``` + +
+ +```css +.flare { + background: linear-gradient(to right, #f12711, #f5af19); +} +``` + +
+ +```css +.vanusa { + background: linear-gradient(to right, #da4453, #89216b); +} +``` + +
+ +```css +.sublime-light { + background: linear-gradient(to right, #fc5c7d, #6a82fb); +} +``` + +
+ +```css +.bighead { + background: linear-gradient(to right, #c94b4b, #4b134f); +} +``` + +
+ +```css +.velvet-sun { + background: linear-gradient(to right, #e1eec3, #f05053); +} +``` + +
+ +```css +.argon { + background: linear-gradient(to right, #03001e, #7303c0, #ec38bc, #fdeff9); +} +``` + +
+ +```css +.celestial { + background: linear-gradient(to right, #c33764, #1d2671); +} +``` + +
+ +```css +.relay { + background: linear-gradient(to right, #3a1c71, #d76d77, #ffaf7b); +} +``` + +
+ +```css +.crystal-clear { + background: linear-gradient(to right, #159957, #155799); +} +``` + +
+ +```css +.ibiza-sunset { + background: linear-gradient(to right, #ee0979, #ff6a00); +} +``` + +
+ +```css +.fresh-turboscent { + background: linear-gradient(to right, #f1f2b5, #135058); +} +``` + +
+ +```css +.cheer-up-emo-kid { + background: linear-gradient(to right, #556270, #ff6b6b); +} +``` + +
+ +```css +.starfall { + background: linear-gradient(to right, #f0c27b, #4b1248); +} +``` + +
+ +```css +.nelson { + background: linear-gradient(to right, #f2709c, #ff9472); +} +``` + +
+ +```css +.forever-lost { + background: linear-gradient(to right, #5d4157, #a8caba); +} +``` + +
+ +```css +.blurry-beach { + background: linear-gradient(to right, #d53369, #cbad6d); +} +``` + +
+ +```css +.influenza { + background: linear-gradient(to right, #c04848, #480048); +} +``` + +
+ +```css +.jshine { + background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59); +} +``` + +
+ +```css +.calm-darya { + background: linear-gradient(to right, #5f2c82, #49a09d); +} +``` + +
+ +```css +.titanium { + background: linear-gradient(to right, #283048, #859398); +} +``` + +
+ +```css +.pinky { + background: linear-gradient(to right, #dd5e89, #f7bb97); +} +``` + +
+ +```css +.purple-paradise { + background: linear-gradient(to right, #1d2b64, #f8cdda); +} +``` + +
+ +```css +.horizon { + background: linear-gradient(to right, #003973, #e5e5be); +} +``` + +
+ +```css +.noon-to-dusk { + background: linear-gradient(to right, #ff6e7f, #bfe9ff); +} +``` + +**Image credit:** [Toa Heftiba](https://unsplash.com/@heftiba?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)