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: #f9d19a;
}
.color-2 {
color: #f5b5a3;
}
.color-3 {
color: #f0848d;
}
.color-4 {
color: #d56c9b;
}
.color-5 {
color: #9c6db6;
}

/* CSS Variables */
:root {
--color-1: #f9d19a;
--color-2: #f5b5a3;
--color-3: #f0848d;
--color-4: #d56c9b;
--color-5: #9c6db6;
}

Pink Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d19a, #f5b5a3, #f0848d, #d56c9b, #9c6db6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d19a, #f5b5a3, #f0848d, #d56c9b, #9c6db6);
}

Pink Sunset color palette created on .