Soft Blush Color Palette
Discover the beautiful Soft Blush color palette featuring solitaire (#fef3e7), cinderella (#fcdfd4), cupid (#fac8c7), sea pink (#efa4a5) and new york pink (#dc8784).
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 Blush palette
💻 Soft Blush color palette CSS
/* CSS */
.color-1 {
color: #fef3e7;
}
.color-2 {
color: #fcdfd4;
}
.color-3 {
color: #fac8c7;
}
.color-4 {
color: #efa4a5;
}
.color-5 {
color: #dc8784;
}
/* CSS Variables */
:root {
--color-1: #fef3e7;
--color-2: #fcdfd4;
--color-3: #fac8c7;
--color-4: #efa4a5;
--color-5: #dc8784;
} 🌈 Soft Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fef3e7, #fcdfd4, #fac8c7, #efa4a5, #dc8784);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fef3e7, #fcdfd4, #fac8c7, #efa4a5, #dc8784);
} 🔗 Explore similar color palettes
Soft Blush color palette created on .