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: #760e05;
}
.color-2 {
color: #9c2a26;
}
.color-3 {
color: #c65c4e;
}
.color-4 {
color: #e1a48e;
}
.color-5 {
color: #f1d7c6;
}

/* CSS Variables */
:root {
--color-1: #760e05;
--color-2: #9c2a26;
--color-3: #c65c4e;
--color-4: #e1a48e;
--color-5: #f1d7c6;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #760e05, #9c2a26, #c65c4e, #e1a48e, #f1d7c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #760e05, #9c2a26, #c65c4e, #e1a48e, #f1d7c6);
}

Red Sunset color palette created on .