Gentle Blossoms Color Palette
Discover the beautiful Gentle Blossoms color palette featuring cavern pink (#e7c5c5), sea pink (#f0a3a3), maize (#f6d59d), casablanca (#f4b652) and zanah (#cae8cb).
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 Gentle Blossoms palette
💻 Gentle Blossoms color palette CSS
/* CSS */
.color-1 {
color: #e7c5c5;
}
.color-2 {
color: #f0a3a3;
}
.color-3 {
color: #f6d59d;
}
.color-4 {
color: #f4b652;
}
.color-5 {
color: #cae8cb;
}
/* CSS Variables */
:root {
--color-1: #e7c5c5;
--color-2: #f0a3a3;
--color-3: #f6d59d;
--color-4: #f4b652;
--color-5: #cae8cb;
}
🌈 Gentle Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7c5c5, #f0a3a3, #f6d59d, #f4b652, #cae8cb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7c5c5, #f0a3a3, #f6d59d, #f4b652, #cae8cb);
}
🔗 Explore similar color palettes
Gentle Blossoms color palette created on .