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 PNG image

Download pink sunset color palette PNG image (landscape)
Download pink sunset color palette PNG image (square)

Pink Sunset color palette CSS

/* CSS */
.color-1 {
color: #e1a8b5;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e3cd72;
}
.color-4 {
color: #6c5b80;
}
.color-5 {
color: #365c7d;
}

/* CSS Variables */
:root {
--color-1: #e1a8b5;
--color-2: #f1c84b;
--color-3: #e3cd72;
--color-4: #6c5b80;
--color-5: #365c7d;
}

Pink Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1a8b5, #f1c84b, #e3cd72, #6c5b80, #365c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1a8b5, #f1c84b, #e3cd72, #6c5b80, #365c7d);
}

Pink Sunset color palette created on .