Red Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Sunset palette

Share this palette to:

Red Sunset color palette CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f08d3d;
}
.color-3 {
color: #e74d3c;
}
.color-4 {
color: #bf3a2b;
}
.color-5 {
color: #aa3227;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f08d3d;
--color-3: #e74d3c;
--color-4: #bf3a2b;
--color-5: #aa3227;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f08d3d, #e74d3c, #bf3a2b, #aa3227);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f08d3d, #e74d3c, #bf3a2b, #aa3227);
}

Red Sunset color palette created on .