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: #d4166c;
}
.color-2 {
color: #b36200;
}
.color-3 {
color: #ad5400;
}
.color-4 {
color: #a32c00;
}
.color-5 {
color: #9a095b;
}

/* CSS Variables */
:root {
--color-1: #d4166c;
--color-2: #b36200;
--color-3: #ad5400;
--color-4: #a32c00;
--color-5: #9a095b;
}

Pink Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4166c, #b36200, #ad5400, #a32c00, #9a095b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4166c, #b36200, #ad5400, #a32c00, #9a095b);
}

Similar color palettes

Pink Sunset color palette created on .