Aegean Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aegean Sunset palette

Share this palette to:

Aegean Sunset color palette CSS

/* CSS */
.color-1 {
color: #1f8e8e;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f6e48e;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffb8d1;
}

/* CSS Variables */
:root {
--color-1: #1f8e8e;
--color-2: #f5a524;
--color-3: #f6e48e;
--color-4: #ff6e61;
--color-5: #ffb8d1;
}

Aegean Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8e8e, #f5a524, #f6e48e, #ff6e61, #ffb8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8e8e, #f5a524, #f6e48e, #ff6e61, #ffb8d1);
}

Aegean Sunset color palette created on .