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: #ff7070;
}
.color-2 {
color: #ffa34d;
}
.color-3 {
color: #ffcc4d;
}
.color-4 {
color: #47a6ff;
}
.color-5 {
color: #ff4da3;
}
/* CSS Variables */
:root {
--color-1: #ff7070;
--color-2: #ffa34d;
--color-3: #ffcc4d;
--color-4: #47a6ff;
--color-5: #ff4da3;
}
Pink Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7070, #ffa34d, #ffcc4d, #47a6ff, #ff4da3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7070, #ffa34d, #ffcc4d, #47a6ff, #ff4da3);
}
Similar color palettes
Scroll down to explore 100+ Pink color palettes
Pink Sunset color palette created on .