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: #ffebee;
}
.color-2 {
color: #f8c2bf;
}
.color-3 {
color: #f18979;
}
.color-4 {
color: #ed5d50;
}
.color-5 {
color: #e3433b;
}

/* CSS Variables */
:root {
--color-1: #ffebee;
--color-2: #f8c2bf;
--color-3: #f18979;
--color-4: #ed5d50;
--color-5: #e3433b;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffebee, #f8c2bf, #f18979, #ed5d50, #e3433b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffebee, #f8c2bf, #f18979, #ed5d50, #e3433b);
}

Red Sunset color palette created on .