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: #f7c6a6;
}
.color-2 {
color: #f9a29f;
}
.color-3 {
color: #f47b7d;
}
.color-4 {
color: #e94e77;
}
.color-5 {
color: #d35a90;
}
/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #f9a29f;
--color-3: #f47b7d;
--color-4: #e94e77;
--color-5: #d35a90;
}
Pink Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #f9a29f, #f47b7d, #e94e77, #d35a90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #f9a29f, #f47b7d, #e94e77, #d35a90);
}
Similar color palettes
Scroll down to explore 500+ Soft color palettes
Pink Sunset color palette created on .