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: #ff9b3d;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #bf3a2b;
}

/* CSS Variables */
:root {
--color-1: #ff9b3d;
--color-2: #ff6e61;
--color-3: #ff4d4f;
--color-4: #e74d3c;
--color-5: #bf3a2b;
}

Red Sunset background gradient CSS

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

Red Sunset color palette created on .