Aqua Aurora Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Aurora palette

Share this palette to:

Aqua Aurora color palette CSS

/* CSS */
.color-1 {
color: #72b9d5;
}
.color-2 {
color: #a1e3d8;
}
.color-3 {
color: #f9d57b;
}
.color-4 {
color: #fec39f;
}
.color-5 {
color: #f46c6c;
}

/* CSS Variables */
:root {
--color-1: #72b9d5;
--color-2: #a1e3d8;
--color-3: #f9d57b;
--color-4: #fec39f;
--color-5: #f46c6c;
}

Aqua Aurora background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #72b9d5, #a1e3d8, #f9d57b, #fec39f, #f46c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #72b9d5, #a1e3d8, #f9d57b, #fec39f, #f46c6c);
}

Aqua Aurora color palette created on .