Shifting Aurora Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shifting Aurora palette

Share this palette to:

Shifting Aurora color palette CSS

/* CSS */
.color-1 {
color: #4b8b8b;
}
.color-2 {
color: #69b5b0;
}
.color-3 {
color: #8fd6d3;
}
.color-4 {
color: #c0f2f2;
}
.color-5 {
color: #e2f8f8;
}

/* CSS Variables */
:root {
--color-1: #4b8b8b;
--color-2: #69b5b0;
--color-3: #8fd6d3;
--color-4: #c0f2f2;
--color-5: #e2f8f8;
}

Shifting Aurora background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8b8b, #69b5b0, #8fd6d3, #c0f2f2, #e2f8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8b8b, #69b5b0, #8fd6d3, #c0f2f2, #e2f8f8);
}

Shifting Aurora color palette created on .