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