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: #fdd835;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff6e42;
}
.color-4 {
color: #d33131;
}
.color-5 {
color: #b51c1c;
}

/* CSS Variables */
:root {
--color-1: #fdd835;
--color-2: #ffb84d;
--color-3: #ff6e42;
--color-4: #d33131;
--color-5: #b51c1c;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd835, #ffb84d, #ff6e42, #d33131, #b51c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd835, #ffb84d, #ff6e42, #d33131, #b51c1c);
}

Red Sunset color palette created on .