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: #c71f1f;
}
.color-2 {
color: #e76f5f;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #f6e48e;
}
.color-5 {
color: #2ed674;
}

/* CSS Variables */
:root {
--color-1: #c71f1f;
--color-2: #e76f5f;
--color-3: #fab700;
--color-4: #f6e48e;
--color-5: #2ed674;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c71f1f, #e76f5f, #fab700, #f6e48e, #2ed674);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c71f1f, #e76f5f, #fab700, #f6e48e, #2ed674);
}

Red Sunset color palette created on .