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: #8b4b4b;
}
.color-2 {
color: #c34c3c;
}
.color-3 {
color: #d88f4b;
}
.color-4 {
color: #e1b37a;
}
.color-5 {
color: #edc2b0;
}

/* CSS Variables */
:root {
--color-1: #8b4b4b;
--color-2: #c34c3c;
--color-3: #d88f4b;
--color-4: #e1b37a;
--color-5: #edc2b0;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b4b4b, #c34c3c, #d88f4b, #e1b37a, #edc2b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b4b4b, #c34c3c, #d88f4b, #e1b37a, #edc2b0);
}

Red Sunset color palette created on .