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: #c92c3c;
}
.color-2 {
color: #f76e6e;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #f7e7a6;
}
.color-5 {
color: #f4c95d;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #f76e6e;
--color-3: #f4a462;
--color-4: #f7e7a6;
--color-5: #f4c95d;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #f76e6e, #f4a462, #f7e7a6, #f4c95d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #f76e6e, #f4a462, #f7e7a6, #f4c95d);
}

Red Sunset color palette created on .