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: #d93a3a;
}
.color-2 {
color: #f4781f;
}
.color-3 {
color: #f7b32b;
}
.color-4 {
color: #f2e15f;
}
.color-5 {
color: #e3f7a1;
}

/* CSS Variables */
:root {
--color-1: #d93a3a;
--color-2: #f4781f;
--color-3: #f7b32b;
--color-4: #f2e15f;
--color-5: #e3f7a1;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d93a3a, #f4781f, #f7b32b, #f2e15f, #e3f7a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d93a3a, #f4781f, #f7b32b, #f2e15f, #e3f7a1);
}

Red Sunset color palette created on .