Soft Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Sunset palette

Share this palette to:

Soft Sunset color palette CSS

/* CSS */
.color-1 {
color: #f3a36d;
}
.color-2 {
color: #f8c8a0;
}
.color-3 {
color: #e2b6c2;
}
.color-4 {
color: #c4a4df;
}
.color-5 {
color: #b2d4eb;
}

/* CSS Variables */
:root {
--color-1: #f3a36d;
--color-2: #f8c8a0;
--color-3: #e2b6c2;
--color-4: #c4a4df;
--color-5: #b2d4eb;
}

Soft Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a36d, #f8c8a0, #e2b6c2, #c4a4df, #b2d4eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a36d, #f8c8a0, #e2b6c2, #c4a4df, #b2d4eb);
}

Soft Sunset color palette created on .