Pink Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Sunset palette
Pink Sunset color palette PNG image
Pink Sunset color palette CSS
/* CSS */
.color-1 {
color: #d85a9d;
}
.color-2 {
color: #f1a7c6;
}
.color-3 {
color: #f7d4e0;
}
.color-4 {
color: #f9c99f;
}
.color-5 {
color: #f1a93b;
}
/* CSS Variables */
:root {
--color-1: #d85a9d;
--color-2: #f1a7c6;
--color-3: #f7d4e0;
--color-4: #f9c99f;
--color-5: #f1a93b;
}
Pink Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d85a9d, #f1a7c6, #f7d4e0, #f9c99f, #f1a93b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d85a9d, #f1a7c6, #f7d4e0, #f9c99f, #f1a93b);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pink Sunset color palette created on .