Soft Sunset Color Palette
Discover the beautiful Soft Sunset color palette featuring gallery (#f0f0f0), cornflower lilac (#ffb4a8), whiskey (#d19b6b), negroni (#ffe3c7) and silver chalice (#b0b0b0).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Soft Sunset palette
💻 Soft Sunset color palette CSS
/* CSS */
.color-1 {
color: #f0f0f0;
}
.color-2 {
color: #ffb4a8;
}
.color-3 {
color: #d19b6b;
}
.color-4 {
color: #ffe3c7;
}
.color-5 {
color: #b0b0b0;
}
/* CSS Variables */
:root {
--color-1: #f0f0f0;
--color-2: #ffb4a8;
--color-3: #d19b6b;
--color-4: #ffe3c7;
--color-5: #b0b0b0;
} 🌈 Soft Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f0f0, #ffb4a8, #d19b6b, #ffe3c7, #b0b0b0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f0f0, #ffb4a8, #d19b6b, #ffe3c7, #b0b0b0);
} 🔗 Explore similar color palettes
Soft Sunset color palette created on .