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