Pink Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Sunset palette

Share this palette to:

Pink Sunset color palette CSS

/* CSS */
.color-1 {
color: #ff7a8a;
}
.color-2 {
color: #ff9c8f;
}
.color-3 {
color: #ffb59e;
}
.color-4 {
color: #ffd0b3;
}
.color-5 {
color: #ffe2c2;
}

/* CSS Variables */
:root {
--color-1: #ff7a8a;
--color-2: #ff9c8f;
--color-3: #ffb59e;
--color-4: #ffd0b3;
--color-5: #ffe2c2;
}

Pink Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7a8a, #ff9c8f, #ffb59e, #ffd0b3, #ffe2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7a8a, #ff9c8f, #ffb59e, #ffd0b3, #ffe2c2);
}

Pink Sunset color palette created on .