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: #be272c;
}
.color-2 {
color: #d55d4d;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #f1d3a2;
}
.color-5 {
color: #4b9b6c;
}

/* CSS Variables */
:root {
--color-1: #be272c;
--color-2: #d55d4d;
--color-3: #f5a300;
--color-4: #f1d3a2;
--color-5: #4b9b6c;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #be272c, #d55d4d, #f5a300, #f1d3a2, #4b9b6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #be272c, #d55d4d, #f5a300, #f1d3a2, #4b9b6c);
}

Red Sunset color palette created on .