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