Autumn Breeze Harmony Color Palette
Discover the beautiful Autumn Breeze Harmony color palette featuring wisp pink (#fde8ef), wisp pink (#fce1f2), malibu (#83e9f8), malibu (#71c3f5) and cherub (#f7cdf0).
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 Autumn Breeze Harmony palette
💻 Autumn Breeze Harmony color palette CSS
/* CSS */
.color-1 {
color: #fde8ef;
}
.color-2 {
color: #fce1f2;
}
.color-3 {
color: #83e9f8;
}
.color-4 {
color: #71c3f5;
}
.color-5 {
color: #f7cdf0;
}
/* CSS Variables */
:root {
--color-1: #fde8ef;
--color-2: #fce1f2;
--color-3: #83e9f8;
--color-4: #71c3f5;
--color-5: #f7cdf0;
} 🌈 Autumn Breeze Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde8ef, #fce1f2, #83e9f8, #71c3f5, #f7cdf0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde8ef, #fce1f2, #83e9f8, #71c3f5, #f7cdf0);
} 🔗 Explore similar color palettes
Autumn Breeze Harmony color palette created on .