Blossom Breeze Color Palette
Discover the beautiful Blossom Breeze color palette featuring cherokee (#fce1a1), rose bud (#f7b2a1), rose bud (#f9aeae), mantis (#6ccb79) and havelock blue (#4d9ee0).
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 Blossom Breeze palette
💻 Blossom Breeze color palette CSS
/* CSS */
.color-1 {
color: #fce1a1;
}
.color-2 {
color: #f7b2a1;
}
.color-3 {
color: #f9aeae;
}
.color-4 {
color: #6ccb79;
}
.color-5 {
color: #4d9ee0;
}
/* CSS Variables */
:root {
--color-1: #fce1a1;
--color-2: #f7b2a1;
--color-3: #f9aeae;
--color-4: #6ccb79;
--color-5: #4d9ee0;
}
🌈 Blossom Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce1a1, #f7b2a1, #f9aeae, #6ccb79, #4d9ee0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce1a1, #f7b2a1, #f9aeae, #6ccb79, #4d9ee0);
}
🔗 Explore similar color palettes
Blossom Breeze color palette created on .