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