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: #f6a9a2;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #a7d3b8;
}
.color-4 {
color: #57b5e0;
}
.color-5 {
color: #e84a62;
}
/* CSS Variables */
:root {
--color-1: #f6a9a2;
--color-2: #f1c84b;
--color-3: #a7d3b8;
--color-4: #57b5e0;
--color-5: #e84a62;
}
Pink Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a9a2, #f1c84b, #a7d3b8, #57b5e0, #e84a62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a9a2, #f1c84b, #a7d3b8, #57b5e0, #e84a62);
}
Similar color palettes
Pink Sunset color palette created on .