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