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: #9b1c1c;
}
.color-2 {
color: #d84b4b;
}
.color-3 {
color: #f39d39;
}
.color-4 {
color: #f3d139;
}
.color-5 {
color: #e6b63d;
}

/* CSS Variables */
:root {
--color-1: #9b1c1c;
--color-2: #d84b4b;
--color-3: #f39d39;
--color-4: #f3d139;
--color-5: #e6b63d;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b1c1c, #d84b4b, #f39d39, #f3d139, #e6b63d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b1c1c, #d84b4b, #f39d39, #f3d139, #e6b63d);
}

Red Sunset color palette created on .