Giving your FLAT Designs some DEPTH

Поділитися
Вставка
  • Опубліковано 29 гру 2024

КОМЕНТАРІ • 85

  • @DesignCourse
    @DesignCourse  Рік тому +14

    POLL! Are you moving away from flat design as a UI/UX designer?

    • @outpost31737
      @outpost31737 Рік тому +2

      No. Clients decide what they want not me.

    • @RealDevastatia
      @RealDevastatia 11 місяців тому

      @@outpost31737 That's true for clients' websites, but you can choose what to do on your personal website. I haven't used flat design on my personal sites in decades.

    • @kalevro96
      @kalevro96 10 місяців тому

      @@outpost31737 You have to advise your clients on what would give them better results, if a more attractive UI will give them better traffic, or please their target audience more, it's the designer+deverloper's responsibility to educate the client.

    • @mowax74
      @mowax74 10 місяців тому

      @@outpost31737 Clients are stupid. You need to tell them what they want. It's your profession.

    • @AdamsTaiwan
      @AdamsTaiwan 7 місяців тому

      Would like to see how to do CSS styles that look like Microsoft demo apps which the apps actually don't look like. This video is a step in that direction.

  • @s0l0r1d4
    @s0l0r1d4 Рік тому +72

    a tip for the frontend developers, that photo trick can be done with CSS without the use of Photoshop, all you need to do is to use the filter property. Browser support variations apply of course.

    • @muzammilsiddiqui8771
      @muzammilsiddiqui8771 Рік тому +15

      That will cause a huge performance load.....because that blur is too large

    • @s0l0r1d4
      @s0l0r1d4 Рік тому +6

      @@muzammilsiddiqui8771 not really no, as long as the photo or the vector used is optimized performance won't be an issue

    • @blenderzegarek
      @blenderzegarek 11 місяців тому

      ​@@muzammilsiddiqui8771yeah... use 10mb image for background for better performance

    • @mfcmasterk
      @mfcmasterk 11 місяців тому

      Welp i searched aurora background by code, end up here

    • @itsatomtech
      @itsatomtech 10 місяців тому

      it really does put performance penalty...

  • @Mel_Linares
    @Mel_Linares Рік тому +45

    Reminder for anyone planning a design with text over gradients: be careful with color contrast! For flat colors there's only two colors to consider, for gradients there's several.
    Gradients can add to a design, but use them with care.

  • @nicelakleyn3272
    @nicelakleyn3272 11 місяців тому +3

    Can also use the Gradient Map adjustment tool for even more colour customisation instead of tweaking in the hue/sat panel :) this is especially flexible when trying to match brand colours etc. Great video!

  • @marcosangelmedina5845
    @marcosangelmedina5845 6 місяців тому

    Amazing video! Subscribed

  • @FalconTheFries
    @FalconTheFries 11 місяців тому +1

    Damn, this is great tutorial, even for solo developers like me. I turned my site's boring mui to glassmorphic design.

  • @asimgiri4269
    @asimgiri4269 Рік тому +5

    Or we can simply blur the background image in figma itself

  • @nazeefmasood
    @nazeefmasood Рік тому +2

    Would you also please make a video how to use this in website and animate it in the web?

  • @Selenium117
    @Selenium117 7 місяців тому +1

    How about doing it without photoshop and actually using CSS?

    • @AdamsTaiwan
      @AdamsTaiwan 7 місяців тому

      Yes, I would like to know how to convert this to CSS.

  • @shehanreshin
    @shehanreshin Рік тому +3

    This looks great, but I've got a question (I'm a beginner to front-end development). How would one try and implement this in a webpage? By downloading the image and setting that as the background, or is there a better way?

    • @luigimorel8382
      @luigimorel8382 Рік тому

      By using CSS. For example, radial gradients.

    • @barneyquepasa
      @barneyquepasa Рік тому

      You can use the 'filter' css property for blur, contrast, etc...

    • @finfondler998
      @finfondler998 10 місяців тому +2

      whatever your HTML ID OR CLASS here {
      background-image: radial-gradient(circle at 48.4% 47.24%, #212121, transparent 76%),
      radial-gradient(circle at 77.78% 47.64%, #787878, transparent 40%),
      radial-gradient(circle at 94.79% 5.77%, #1c1c1c, transparent 54%),
      radial-gradient(circle at 29.24% 47.77%, #969696, transparent 41%),
      radial-gradient(circle at 95.28% 91.6%, #1c1c1c, transparent 77%),
      radial-gradient(circle at 9.1% 85.96%, #292929, transparent 100%),
      radial-gradient(circle at 6.67% 6.82%, #292929, transparent 100%),
      radial-gradient(circle at 50% 50%, #ffffff, #ffffff 100%);
      }
      This is just black and white stuff I did on my site atm

  • @pashko-k6h
    @pashko-k6h Рік тому +1

    looks nice! is it best to keep it for hero only, or extend to all sections down below ?

  • @faizanbaber
    @faizanbaber 10 місяців тому

    this can be achieved in figma by placing another layer on top of image and applying background blurr to top layer

  • @iftikharrasha8151
    @iftikharrasha8151 10 місяців тому

    First half with gradients as CSS okay, but the other half not so optimized solution imo by having a blurry image in the background just to make it look nice.

  • @AdebowaleAdebayo-xp3cf
    @AdebowaleAdebayo-xp3cf 11 місяців тому

    Nice bro this is really nice

  • @canarymultimedia
    @canarymultimedia 11 місяців тому

    15:58 and finally here's one with texture 😂 Yeah, if UA-cam wouldn't compress the video that it is just no more visible 😉

  • @kafiahammed3548
    @kafiahammed3548 Рік тому

    This is Awesome boss

  • @irkfaisal
    @irkfaisal 10 місяців тому

    Is this done in figma or photoshop?

  • @dannyellis971
    @dannyellis971 Рік тому

    Great tip!

  • @centerdepenter
    @centerdepenter Рік тому +1

    Banding vanishes if using 16 bit depth images

  • @aleattorium
    @aleattorium Рік тому

    you can also do noise...

  • @Josh-Yu
    @Josh-Yu Рік тому

    can i not achieve the same thing by putting an image in figma and covering it with a blurred frame? changing the level of blur?

    • @Josh-Yu
      @Josh-Yu Рік тому

      i think using a color burn might even allow me to achieve that more liquid blur effect

  • @pbryan1967
    @pbryan1967 Рік тому +4

    How to do those radial background gradients in CSS is always a challenge though.

    • @milon27
      @milon27 Рік тому +1

      🎉 how to do it in css/ tailwind

    • @czerskip
      @czerskip Рік тому

      What's the challenge? Those are CSS basics that can be coded in literally minutes.

    • @monkmodelandon-zt1wh
      @monkmodelandon-zt1wh Рік тому +2

      use a few radial gradients with start, stop, and ends. Mess around with it :)

    • @darrenfrancis8126
      @darrenfrancis8126 Рік тому

      @@czerskip you say its basic but dont explain how to achieve the problem

  • @computergrej
    @computergrej Рік тому

    why would you save in JPG for web instead of WEBP, most browser support it anyway!

  • @ziggerwebdesign1704
    @ziggerwebdesign1704 Рік тому

    Love it.

  • @mashukkhan9033
    @mashukkhan9033 Рік тому

    using freeform gradient in illustrator would do those all work in minutes. Feels too much works for me.

  • @wche9
    @wche9 Рік тому

    I'm good with CSS linear gradients.

    • @darrenfrancis8126
      @darrenfrancis8126 Рік тому

      ye i was thinking this is just linear gradients but these kinda look better especially the noise texture

  • @JimKernix
    @JimKernix Рік тому

    What screenshot tool do you use? And how do you translate those first designs into CSS? With box-shadow or or gradients and I assume with relative positions?

    • @iampankajmaurya
      @iampankajmaurya Рік тому

      snipping tool in window

    • @JimKernix
      @JimKernix Рік тому

      @@iampankajmaurya I use that but I did not seem him use it unless he used a shortcut

    • @iampankajmaurya
      @iampankajmaurya Рік тому

      @@JimKernix it's the same tool buddy he is just using the shortcut key. Timestamp 5:12

    • @JimKernix
      @JimKernix Рік тому +1

      @@iampankajmaurya Ok, thanks - he moves fast so I guess I missed it

    • @devmoatassem
      @devmoatassem 11 місяців тому

      @@JimKernix you can also setup PrintScreen Key as a shortcut to snipping tool

  • @Shawn-Mosher
    @Shawn-Mosher Рік тому +3

    How can you create this using pure CSS?

  • @Thisismuhiuddin
    @Thisismuhiuddin Рік тому

    How do someone code them?

  • @affanJau
    @affanJau Рік тому

    You can move the PS Panels instead of your head. :)

  • @winsucker7755
    @winsucker7755 11 місяців тому

    Bokkake effect - got it.

  • @solomonakinbiyi
    @solomonakinbiyi Рік тому

    This is University!

  • @forevermusic2766
    @forevermusic2766 Рік тому +1

    That looks amazing! Is it possible to do that to a webpage that has longer height ( example 400vh ).
    Would you need a longer image for that?

    • @aeultra4063
      @aeultra4063 Рік тому +3

      No, that is not necessary. You can simply use the exact image and stretch it to the height. Remember that these are just some color gradients. Nothing to worry about here. :)

  • @Offe2246
    @Offe2246 11 місяців тому

    use css instead

  • @secretarybailey770
    @secretarybailey770 Рік тому

    Cool, but now try and dev those animated gradients - It's an absolute nightmare

  • @hasanazad0011
    @hasanazad0011 11 місяців тому

    👍👍

  • @abdulliveUs
    @abdulliveUs Рік тому

    ⚡️

  • @VolodymyrShamieiev
    @VolodymyrShamieiev Рік тому +2

    Sorry, but it seems to me that the developer who will implement your version of the design will curse you. Instead of using a gradient for the background, you use pictures - this is not acceptable. As a user, I like the source flat version looks better - much cleaner. I just trying to say if you are creating a WEB design it should contain WEB-based pieces... Image as BG in the modern web, where everyone who likes to have a performance as a main criterion is not acceptable. But again it's just my point of view... Thanks for your content.

    • @JPilsonSumbo
      @JPilsonSumbo Рік тому +1

      You can always convert the gradient as image , I don’t see an issue here for the development

    • @VolodymyrShamieiev
      @VolodymyrShamieiev Рік тому

      Sure, but you didn’t show it in the video

  • @czerskip
    @czerskip Рік тому +7

    Suggesting to export some of the simplest gradient backgrounds as jpgs that can be coded in CSS or made svgs in minutes is probably the worst piece of advice on this channel ever.

    • @czerskip
      @czerskip Рік тому +2

      Why? Forget the size. The problem is they're completely uneditable, disconnected from any design system or color variables, give zero control in implementation, are unresponsive, the list goes on and on…

    • @DesignCourse
      @DesignCourse  Рік тому +4

      Buddy, I literally showed the SVG way of doing things in the first 3rd of the video.
      You can't do the stuff I did in the Photoshop portion exclusively with SVG alone.

    • @DesignCourse
      @DesignCourse  Рік тому +3

      And all of the concerns in your second comment are addressable by intelligently using colors that are consistent with the design system, and through CSS media queries.

    • @DesignCourse
      @DesignCourse  Рік тому +7

      Not everything must be handled with CSS. While maintaining the lowest file sizes and speed as possible is commendable, it is not the end all, be all.
      Creativity and being unique with assets should afford us some freedom and leeway if the project fits.

    • @clafflin493
      @clafflin493 Рік тому

      @@czerskipyou’re not making sense.

  • @ihelpdogs
    @ihelpdogs 11 місяців тому

    Gradients are like disco. Some things just need to be left in the past.