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: #f8e0a0;
}
.color-2 {
color: #f5b8b2;
}
.color-3 {
color: #f18e99;
}
.color-4 {
color: #e67a91;
}
.color-5 {
color: #d45e72;
}

/* CSS Variables */
:root {
--color-1: #f8e0a0;
--color-2: #f5b8b2;
--color-3: #f18e99;
--color-4: #e67a91;
--color-5: #d45e72;
}

Pink Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e0a0, #f5b8b2, #f18e99, #e67a91, #d45e72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e0a0, #f5b8b2, #f18e99, #e67a91, #d45e72);
}

Pink Sunset color palette created on .