Soft Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Sunset Color Palette (PNG)
Soft Sunset color palette CSS
/* CSS */
.color-1 {
color: #3e3e65;
}
.color-2 {
color: #f07f7f;
}
.color-3 {
color: #6b6b94;
}
.color-4 {
color: #fff3e0;
}
.color-5 {
color: #92c4e3;
}
/* CSS Variables */
:root {
--color-1: #3e3e65;
--color-2: #f07f7f;
--color-3: #6b6b94;
--color-4: #fff3e0;
--color-5: #92c4e3;
}
Soft Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e3e65, #f07f7f, #6b6b94, #fff3e0, #92c4e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e3e65, #f07f7f, #6b6b94, #fff3e0, #92c4e3);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Soft Sunset color palette created on .