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: #f8d3a0;
}
.color-2 {
color: #f5a651;
}
.color-3 {
color: #f45c25;
}
.color-4 {
color: #e6483d;
}
.color-5 {
color: #c52b4c;
}

/* CSS Variables */
:root {
--color-1: #f8d3a0;
--color-2: #f5a651;
--color-3: #f45c25;
--color-4: #e6483d;
--color-5: #c52b4c;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d3a0, #f5a651, #f45c25, #e6483d, #c52b4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d3a0, #f5a651, #f45c25, #e6483d, #c52b4c);
}

Red Sunset color palette created on .