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: #e6a8b2;
}
.color-2 {
color: #f3c5af;
}
.color-3 {
color: #f8e4c4;
}
.color-4 {
color: #f5d27a;
}
.color-5 {
color: #f1b51e;
}
/* CSS Variables */
:root {
--color-1: #e6a8b2;
--color-2: #f3c5af;
--color-3: #f8e4c4;
--color-4: #f5d27a;
--color-5: #f1b51e;
}
Pink Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a8b2, #f3c5af, #f8e4c4, #f5d27a, #f1b51e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a8b2, #f3c5af, #f8e4c4, #f5d27a, #f1b51e);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Pink Sunset color palette created on .