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