Sunset Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Elegance palette

Share this palette to:

Download Sunset Elegance Color Palette (PNG)

Download sunset elegance color palette PNG image (landscape)
Download sunset elegance color palette PNG image (square)

Sunset Elegance color palette CSS

/* CSS */
.color-1 {
color: #ffc2a3;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #ff7c6b;
}
.color-4 {
color: #ff6d4d;
}
.color-5 {
color: #ff5b29;
}

/* CSS Variables */
:root {
--color-1: #ffc2a3;
--color-2: #ff998a;
--color-3: #ff7c6b;
--color-4: #ff6d4d;
--color-5: #ff5b29;
}

Sunset Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2a3, #ff998a, #ff7c6b, #ff6d4d, #ff5b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2a3, #ff998a, #ff7c6b, #ff6d4d, #ff5b29);
}

Sunset Elegance color palette created on .