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: #ffb1ad;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #ff7c6b;
}
.color-4 {
color: #ff5e4d;
}
.color-5 {
color: #ff382e;
}

/* CSS Variables */
:root {
--color-1: #ffb1ad;
--color-2: #ff998a;
--color-3: #ff7c6b;
--color-4: #ff5e4d;
--color-5: #ff382e;
}

Blushing Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb1ad, #ff998a, #ff7c6b, #ff5e4d, #ff382e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb1ad, #ff998a, #ff7c6b, #ff5e4d, #ff382e);
}

Blushing Sunset color palette created on .