Aurora UI - how to create with CSS

A new trend in UI design by developer point of view

10 July,2021

post-image

Design trends are changing like new javascript frameworks - at least one a day. 😄 Today I would like to introduce you to another trend named by Michal Malewicz. It's called Aurora UI, and you can find it in an article written by Michal himself. Let's take a look at it.

What is the Aurora trend

This trend is not that new. For example, Stripe has been using it in their header for a long time. It's getting more popular on services like Dribble or Behance.

It's characteristic features are:

How to create it with CSS?

There are at least three ways to create this effect.

Blurred shapes

The first method is to create three ovals overlaying on each other. Create big ones and position them:

Then we need to add filter: blur() and lower the opacity slightly.

Radial gradient

The second method is to use gradient colours! Instead of solid colours, we can use a radial-gradient to create our effect.

Let's add three radial-gradients from a solid colour to transparent:

Blur an image

The easiest way to create this effect is... to choose a good image and add some filter: blur().

Animated background

You can also animate your backgrounds to make them look better! Here is a small example of rotating backgrounds.

I used transform:rotate(1turn) translate(100px) rotate(-1turn); create movement on a circle path.

And that's it! You can combine Aurora with glassmorphism to create an even better UI.

Thanks for reading!

Contact Me :

social-media icon social-media icon social-media icon social-media icon social-media icon social-media icon social-media icon social-media icon