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: #f19dac;
}
.color-2 {
color: #fbacb8;
}
.color-3 {
color: #fbc1c7;
}
.color-4 {
color: #f9e6e1;
}
.color-5 {
color: #f4cdcd;
}
/* CSS Variables */
:root {
--color-1: #f19dac;
--color-2: #fbacb8;
--color-3: #fbc1c7;
--color-4: #f9e6e1;
--color-5: #f4cdcd;
}
Pink Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f19dac, #fbacb8, #fbc1c7, #f9e6e1, #f4cdcd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f19dac, #fbacb8, #fbc1c7, #f9e6e1, #f4cdcd);
}
Similar color palettes
Scroll down to explore 700+ Bright color palettes
Pink Sunset color palette created on .