Blushing Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Sunset palette

Share this palette to:

Blushing Sunset color palette CSS

/* CSS */
.color-1 {
color: #d23732;
}
.color-2 {
color: #feaca9;
}
.color-3 {
color: #e76e6e;
}
.color-4 {
color: #f2b8a1;
}
.color-5 {
color: #f39c62;
}

/* CSS Variables */
:root {
--color-1: #d23732;
--color-2: #feaca9;
--color-3: #e76e6e;
--color-4: #f2b8a1;
--color-5: #f39c62;
}

Blushing Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d23732, #feaca9, #e76e6e, #f2b8a1, #f39c62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d23732, #feaca9, #e76e6e, #f2b8a1, #f39c62);
}

Blushing Sunset color palette created on .