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