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: #b43131;
}
.color-2 {
color: #d55d48;
}
.color-3 {
color: #f6a34c;
}
.color-4 {
color: #f9d771;
}
.color-5 {
color: #f1e2ac;
}

/* CSS Variables */
:root {
--color-1: #b43131;
--color-2: #d55d48;
--color-3: #f6a34c;
--color-4: #f9d771;
--color-5: #f1e2ac;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b43131, #d55d48, #f6a34c, #f9d771, #f1e2ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b43131, #d55d48, #f6a34c, #f9d771, #f1e2ac);
}

Red Sunset color palette created on .