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: #e21912;
}
.color-2 {
color: #f34a1b;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f7d550;
}
.color-5 {
color: #a0c75c;
}

/* CSS Variables */
:root {
--color-1: #e21912;
--color-2: #f34a1b;
--color-3: #f6b83c;
--color-4: #f7d550;
--color-5: #a0c75c;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e21912, #f34a1b, #f6b83c, #f7d550, #a0c75c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e21912, #f34a1b, #f6b83c, #f7d550, #a0c75c);
}

Red Sunset color palette created on .