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: #fbc2b7;
}
.color-2 {
color: #f9a49f;
}
.color-3 {
color: #f47b85;
}
.color-4 {
color: #f25f70;
}
.color-5 {
color: #e2364a;
}

/* CSS Variables */
:root {
--color-1: #fbc2b7;
--color-2: #f9a49f;
--color-3: #f47b85;
--color-4: #f25f70;
--color-5: #e2364a;
}

Pink Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbc2b7, #f9a49f, #f47b85, #f25f70, #e2364a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbc2b7, #f9a49f, #f47b85, #f25f70, #e2364a);
}

Pink Sunset color palette created on .