Pink Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Sunset palette
Download Pink Sunset Color Palette (PNG)
Pink Sunset color palette CSS
/* CSS */
.color-1 {
color: #f2d2a1;
}
.color-2 {
color: #f7c6b6;
}
.color-3 {
color: #f5a8c3;
}
.color-4 {
color: #f2cae5;
}
.color-5 {
color: #e0b7f1;
}
/* CSS Variables */
:root {
--color-1: #f2d2a1;
--color-2: #f7c6b6;
--color-3: #f5a8c3;
--color-4: #f2cae5;
--color-5: #e0b7f1;
}
Pink Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d2a1, #f7c6b6, #f5a8c3, #f2cae5, #e0b7f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d2a1, #f7c6b6, #f5a8c3, #f2cae5, #e0b7f1);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Pink Sunset color palette created on .