Soft Embrace Color Palette
Discover the beautiful Soft Embrace color palette featuring eggplant (#694452), oriental pink (#c38d9a), mandys pink (#f3bfc4), linen (#fae9e5) and azalea (#f8cece).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Muted, Pink, Soft Cream, Warm color palettes and combinations.
💡 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 Embrace palette
💻 Soft Embrace color palette CSS
/* CSS */
.color-1 {
color: #694452;
}
.color-2 {
color: #c38d9a;
}
.color-3 {
color: #f3bfc4;
}
.color-4 {
color: #fae9e5;
}
.color-5 {
color: #f8cece;
}
/* CSS Variables */
:root {
--color-1: #694452;
--color-2: #c38d9a;
--color-3: #f3bfc4;
--color-4: #fae9e5;
--color-5: #f8cece;
} 🌈 Soft Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #694452, #c38d9a, #f3bfc4, #fae9e5, #f8cece);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #694452, #c38d9a, #f3bfc4, #fae9e5, #f8cece);
} 🔗 Explore similar color palettes
Soft Embrace color palette created on .