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: #f2b1d4;
}
.color-2 {
color: #ea9fd6;
}
.color-3 {
color: #dfa9ba;
}
.color-4 {
color: #f3af49;
}
.color-5 {
color: #e05d38;
}
/* CSS Variables */
:root {
--color-1: #f2b1d4;
--color-2: #ea9fd6;
--color-3: #dfa9ba;
--color-4: #f3af49;
--color-5: #e05d38;
}
Pink Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1d4, #ea9fd6, #dfa9ba, #f3af49, #e05d38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1d4, #ea9fd6, #dfa9ba, #f3af49, #e05d38);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Pink Sunset color palette created on .