Warm Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Sunset palette

Share this palette to:

Warm Sunset color palette CSS

/* CSS */
.color-1 {
color: #f6c84c;
}
.color-2 {
color: #f07b3d;
}
.color-3 {
color: #e95b2f;
}
.color-4 {
color: #d83b50;
}
.color-5 {
color: #aa3c6a;
}

/* CSS Variables */
:root {
--color-1: #f6c84c;
--color-2: #f07b3d;
--color-3: #e95b2f;
--color-4: #d83b50;
--color-5: #aa3c6a;
}

Warm Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c84c, #f07b3d, #e95b2f, #d83b50, #aa3c6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c84c, #f07b3d, #e95b2f, #d83b50, #aa3c6a);
}

Warm Sunset color palette created on .