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: #b40811;
}
.color-2 {
color: #d7493c;
}
.color-3 {
color: #f7c5c5;
}
.color-4 {
color: #f1e0b1;
}
.color-5 {
color: #f5a300;
}

/* CSS Variables */
:root {
--color-1: #b40811;
--color-2: #d7493c;
--color-3: #f7c5c5;
--color-4: #f1e0b1;
--color-5: #f5a300;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b40811, #d7493c, #f7c5c5, #f1e0b1, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b40811, #d7493c, #f7c5c5, #f1e0b1, #f5a300);
}

Red Sunset color palette created on .