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: #ff708f;
}
.color-2 {
color: #ffbda3;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #a1e8e5;
}
.color-5 {
color: #ff998a;
}

/* CSS Variables */
:root {
--color-1: #ff708f;
--color-2: #ffbda3;
--color-3: #ffd900;
--color-4: #a1e8e5;
--color-5: #ff998a;
}

Pink Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff708f, #ffbda3, #ffd900, #a1e8e5, #ff998a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff708f, #ffbda3, #ffd900, #a1e8e5, #ff998a);
}

Pink Sunset color palette created on .