Aqua Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Sunset palette

Share this palette to:

Aqua Sunset color palette CSS

/* CSS */
.color-1 {
color: #3bbae8;
}
.color-2 {
color: #6ed8a1;
}
.color-3 {
color: #f2d750;
}
.color-4 {
color: #f97a1f;
}
.color-5 {
color: #e83b60;
}

/* CSS Variables */
:root {
--color-1: #3bbae8;
--color-2: #6ed8a1;
--color-3: #f2d750;
--color-4: #f97a1f;
--color-5: #e83b60;
}

Aqua Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bbae8, #6ed8a1, #f2d750, #f97a1f, #e83b60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bbae8, #6ed8a1, #f2d750, #f97a1f, #e83b60);
}

Aqua Sunset color palette created on .