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: #e8422c;
}
.color-2 {
color: #f68e2c;
}
.color-3 {
color: #f3ca4f;
}
.color-4 {
color: #8fdb70;
}
.color-5 {
color: #3a9ad9;
}

/* CSS Variables */
:root {
--color-1: #e8422c;
--color-2: #f68e2c;
--color-3: #f3ca4f;
--color-4: #8fdb70;
--color-5: #3a9ad9;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8422c, #f68e2c, #f3ca4f, #8fdb70, #3a9ad9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8422c, #f68e2c, #f3ca4f, #8fdb70, #3a9ad9);
}

Red Sunset color palette created on .