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: #c92c4b;
}
.color-2 {
color: #f58b2e;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #4abf6d;
}
.color-5 {
color: #a2d3e7;
}

/* CSS Variables */
:root {
--color-1: #c92c4b;
--color-2: #f58b2e;
--color-3: #f1c40e;
--color-4: #4abf6d;
--color-5: #a2d3e7;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c4b, #f58b2e, #f1c40e, #4abf6d, #a2d3e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c4b, #f58b2e, #f1c40e, #4abf6d, #a2d3e7);
}

Red Sunset color palette created on .