Soft Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Sunset palette

Share this palette to:

Download Soft Sunset Color Palette (PNG)

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

Soft Sunset color palette CSS

/* CSS */
.color-1 {
color: #3e3e65;
}
.color-2 {
color: #f07f7f;
}
.color-3 {
color: #6b6b94;
}
.color-4 {
color: #fff3e0;
}
.color-5 {
color: #92c4e3;
}

/* CSS Variables */
:root {
--color-1: #3e3e65;
--color-2: #f07f7f;
--color-3: #6b6b94;
--color-4: #fff3e0;
--color-5: #92c4e3;
}

Soft Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e3e65, #f07f7f, #6b6b94, #fff3e0, #92c4e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e3e65, #f07f7f, #6b6b94, #fff3e0, #92c4e3);
}

Soft Sunset color palette created on .