Soft Sunset Color Palette
Discover the beautiful Soft Sunset color palette featuring cashmere (#e8b1a1), mandys pink (#f2d2b5), almond (#f3dfd3), shady lady (#b6a0b2) and charade (#2c2e3a).
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: #e8b1a1;
}
.color-2 {
color: #f2d2b5;
}
.color-3 {
color: #f3dfd3;
}
.color-4 {
color: #b6a0b2;
}
.color-5 {
color: #2c2e3a;
}
/* CSS Variables */
:root {
--color-1: #e8b1a1;
--color-2: #f2d2b5;
--color-3: #f3dfd3;
--color-4: #b6a0b2;
--color-5: #2c2e3a;
} 🌈 Soft Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8b1a1, #f2d2b5, #f3dfd3, #b6a0b2, #2c2e3a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8b1a1, #f2d2b5, #f3dfd3, #b6a0b2, #2c2e3a);
} 🔗 Explore similar color palettes
Soft Sunset color palette created on .