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: #ff7e14;
}
.color-2 {
color: #ff4d00;
}
.color-3 {
color: #ff2f00;
}
.color-4 {
color: #c63e2f;
}
.color-5 {
color: #8e2a1f;
}

/* CSS Variables */
:root {
--color-1: #ff7e14;
--color-2: #ff4d00;
--color-3: #ff2f00;
--color-4: #c63e2f;
--color-5: #8e2a1f;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e14, #ff4d00, #ff2f00, #c63e2f, #8e2a1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e14, #ff4d00, #ff2f00, #c63e2f, #8e2a1f);
}

Red Sunset color palette created on .