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: #c92c41;
}
.color-2 {
color: #e04f38;
}
.color-3 {
color: #f27c21;
}
.color-4 {
color: #f7a240;
}
.color-5 {
color: #ffd65c;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #e04f38;
--color-3: #f27c21;
--color-4: #f7a240;
--color-5: #ffd65c;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #e04f38, #f27c21, #f7a240, #ffd65c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #e04f38, #f27c21, #f7a240, #ffd65c);
}

Red Sunset color palette created on .