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: #d60032;
}
.color-2 {
color: #ff513d;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #ffc800;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ff513d;
--color-3: #ff9900;
--color-4: #ffc800;
--color-5: #ffd900;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #ff513d, #ff9900, #ffc800, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #ff513d, #ff9900, #ffc800, #ffd900);
}

Red Sunset color palette created on .