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: #ed7dae;
}
.color-2 {
color: #f09ec0;
}
.color-3 {
color: #f1d0e5;
}
.color-4 {
color: #f3a949;
}
.color-5 {
color: #d64f3d;
}

/* CSS Variables */
:root {
--color-1: #ed7dae;
--color-2: #f09ec0;
--color-3: #f1d0e5;
--color-4: #f3a949;
--color-5: #d64f3d;
}

Pink Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed7dae, #f09ec0, #f1d0e5, #f3a949, #d64f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed7dae, #f09ec0, #f1d0e5, #f3a949, #d64f3d);
}

Pink Sunset color palette created on .