Soft Banco Sunset Color Palette
Discover the beautiful Soft Banco Sunset color palette featuring rose fog (#e4b5b4), cold turkey (#d3c3c0), thatch (#b7a39f), opium (#8c6c69) and texas rose (#ffb84d).
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 Banco Sunset palette
💻 Soft Banco Sunset color palette CSS
/* CSS */
.color-1 {
color: #e4b5b4;
}
.color-2 {
color: #d3c3c0;
}
.color-3 {
color: #b7a39f;
}
.color-4 {
color: #8c6c69;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #e4b5b4;
--color-2: #d3c3c0;
--color-3: #b7a39f;
--color-4: #8c6c69;
--color-5: #ffb84d;
}
🌈 Soft Banco Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b5b4, #d3c3c0, #b7a39f, #8c6c69, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b5b4, #d3c3c0, #b7a39f, #8c6c69, #ffb84d);
}
🔗 Explore similar color palettes
Soft Banco Sunset color palette created on .