Soft Blossom Color Palette
Discover the beautiful Soft Blossom color palette featuring wheat (#f5d6b7), mandys pink (#f2b3a6), deep blush (#e8698d), hopbush (#c56dad) and amethyst (#a36cc6).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withSkin, Soft, Pink, Peach, Light, Light Spring, Vibrant, Feminine 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 Blossom palette
💻 Soft Blossom color palette CSS
/* CSS */
.color-1 {
color: #f5d6b7;
}
.color-2 {
color: #f2b3a6;
}
.color-3 {
color: #e8698d;
}
.color-4 {
color: #c56dad;
}
.color-5 {
color: #a36cc6;
}
/* CSS Variables */
:root {
--color-1: #f5d6b7;
--color-2: #f2b3a6;
--color-3: #e8698d;
--color-4: #c56dad;
--color-5: #a36cc6;
}
🌈 Soft Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d6b7, #f2b3a6, #e8698d, #c56dad, #a36cc6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d6b7, #f2b3a6, #e8698d, #c56dad, #a36cc6);
}
🔗 Explore similar color palettes
Soft Blossom color palette created on .