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: #f8c84f;
}
.color-2 {
color: #f6a360;
}
.color-3 {
color: #f48e80;
}
.color-4 {
color: #f06a90;
}
.color-5 {
color: #e74b99;
}
/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #f6a360;
--color-3: #f48e80;
--color-4: #f06a90;
--color-5: #e74b99;
}
Pink Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #f6a360, #f48e80, #f06a90, #e74b99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #f6a360, #f48e80, #f06a90, #e74b99);
}
Similar color palettes
Scroll down to explore 500+ Spring color palettes
Pink Sunset color palette created on .