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: #f0b7c5;
}
.color-2 {
color: #f6c0a7;
}
.color-3 {
color: #f4e2b3;
}
.color-4 {
color: #e5d7a4;
}
.color-5 {
color: #e6a8b7;
}

/* CSS Variables */
:root {
--color-1: #f0b7c5;
--color-2: #f6c0a7;
--color-3: #f4e2b3;
--color-4: #e5d7a4;
--color-5: #e6a8b7;
}

Pink Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b7c5, #f6c0a7, #f4e2b3, #e5d7a4, #e6a8b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b7c5, #f6c0a7, #f4e2b3, #e5d7a4, #e6a8b7);
}

Pink Sunset color palette created on .