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: #f5e0a3;
}
.color-2 {
color: #f2b96e;
}
.color-3 {
color: #e67a4c;
}
.color-4 {
color: #c94e3b;
}
.color-5 {
color: #7c1d2a;
}

/* CSS Variables */
:root {
--color-1: #f5e0a3;
--color-2: #f2b96e;
--color-3: #e67a4c;
--color-4: #c94e3b;
--color-5: #7c1d2a;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0a3, #f2b96e, #e67a4c, #c94e3b, #7c1d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0a3, #f2b96e, #e67a4c, #c94e3b, #7c1d2a);
}

Red Sunset color palette created on .