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: #ffcdcc;
}
.color-2 {
color: #ffa98f;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff4757;
}
.color-5 {
color: #ff3c00;
}

/* CSS Variables */
:root {
--color-1: #ffcdcc;
--color-2: #ffa98f;
--color-3: #ff6e61;
--color-4: #ff4757;
--color-5: #ff3c00;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcdcc, #ffa98f, #ff6e61, #ff4757, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcdcc, #ffa98f, #ff6e61, #ff4757, #ff3c00);
}

Red Sunset color palette created on .