Ethereal Blossoms Color Palette
Discover the beautiful Ethereal Blossoms color palette featuring azalea (#f5c2d2), illusion (#f6a7c0), froly (#f57f8f), sunglo (#e86d7e) and cabaret (#d44973).
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 Ethereal Blossoms palette
💻 Ethereal Blossoms color palette CSS
/* CSS */
.color-1 {
color: #f5c2d2;
}
.color-2 {
color: #f6a7c0;
}
.color-3 {
color: #f57f8f;
}
.color-4 {
color: #e86d7e;
}
.color-5 {
color: #d44973;
}
/* CSS Variables */
:root {
--color-1: #f5c2d2;
--color-2: #f6a7c0;
--color-3: #f57f8f;
--color-4: #e86d7e;
--color-5: #d44973;
} 🌈 Ethereal Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c2d2, #f6a7c0, #f57f8f, #e86d7e, #d44973);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c2d2, #f6a7c0, #f57f8f, #e86d7e, #d44973);
} 🔗 Explore similar color palettes
Ethereal Blossoms color palette created on .