Pink Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Sunset palette
Pink Sunset color palette CSS
/* CSS */
.color-1 {
color: #f9d39f;
}
.color-2 {
color: #f9a890;
}
.color-3 {
color: #f68888;
}
.color-4 {
color: #f65a8e;
}
.color-5 {
color: #d45e8d;
}
/* CSS Variables */
:root {
--color-1: #f9d39f;
--color-2: #f9a890;
--color-3: #f68888;
--color-4: #f65a8e;
--color-5: #d45e8d;
}
Pink Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d39f, #f9a890, #f68888, #f65a8e, #d45e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d39f, #f9a890, #f68888, #f65a8e, #d45e8d);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Pink Sunset color palette created on .