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: #c83a2d;
}
.color-2 {
color: #d5503f;
}
.color-3 {
color: #e2714b;
}
.color-4 {
color: #f6bb3c;
}
.color-5 {
color: #f3e5a0;
}

/* CSS Variables */
:root {
--color-1: #c83a2d;
--color-2: #d5503f;
--color-3: #e2714b;
--color-4: #f6bb3c;
--color-5: #f3e5a0;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c83a2d, #d5503f, #e2714b, #f6bb3c, #f3e5a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c83a2d, #d5503f, #e2714b, #f6bb3c, #f3e5a0);
}

Red Sunset color palette created on .