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: #f7c7ab;
}
.color-2 {
color: #f6a2a2;
}
.color-3 {
color: #ff9175;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #e85e7e;
}

/* CSS Variables */
:root {
--color-1: #f7c7ab;
--color-2: #f6a2a2;
--color-3: #ff9175;
--color-4: #ff6e61;
--color-5: #e85e7e;
}

Pink Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c7ab, #f6a2a2, #ff9175, #ff6e61, #e85e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c7ab, #f6a2a2, #ff9175, #ff6e61, #e85e7e);
}

Pink Sunset color palette created on .