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: #e2b8e5;
}
.color-2 {
color: #f5d270;
}
.color-3 {
color: #ff8c57;
}
.color-4 {
color: #ff4d4d;
}
.color-5 {
color: #f8f7f1;
}

/* CSS Variables */
:root {
--color-1: #e2b8e5;
--color-2: #f5d270;
--color-3: #ff8c57;
--color-4: #ff4d4d;
--color-5: #f8f7f1;
}

Pink Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b8e5, #f5d270, #ff8c57, #ff4d4d, #f8f7f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b8e5, #f5d270, #ff8c57, #ff4d4d, #f8f7f1);
}

Pink Sunset color palette created on .