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: #ff2491;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ffb8d4;
}
.color-4 {
color: #ffc29e;
}
.color-5 {
color: #ff998a;
}

/* CSS Variables */
:root {
--color-1: #ff2491;
--color-2: #ff7092;
--color-3: #ffb8d4;
--color-4: #ffc29e;
--color-5: #ff998a;
}

Pink Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff2491, #ff7092, #ffb8d4, #ffc29e, #ff998a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff2491, #ff7092, #ffb8d4, #ffc29e, #ff998a);
}

Pink Sunset color palette created on .