Pink Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pink Sunset Color Palette (PNG)
Pink Sunset color palette CSS
/* CSS */
.color-1 {
color: #f1d3a2;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #f57f99;
}
.color-4 {
color: #d66b9b;
}
.color-5 {
color: #a46bb3;
}
/* CSS Variables */
:root {
--color-1: #f1d3a2;
--color-2: #f9aeae;
--color-3: #f57f99;
--color-4: #d66b9b;
--color-5: #a46bb3;
}
Pink Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d3a2, #f9aeae, #f57f99, #d66b9b, #a46bb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d3a2, #f9aeae, #f57f99, #d66b9b, #a46bb3);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pink Sunset color palette created on .