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: #ff7092;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #6a82fb;
}
.color-4 {
color: #b7fbbe;
}
.color-5 {
color: #ff667d;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffb347;
--color-3: #6a82fb;
--color-4: #b7fbbe;
--color-5: #ff667d;
}

Pink Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffb347, #6a82fb, #b7fbbe, #ff667d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffb347, #6a82fb, #b7fbbe, #ff667d);
}

Pink Sunset color palette created on .