Azalea Shades Color Palette
Discover the beautiful Azalea Shades color palette featuring azalea (#f7cadb), wewak (#f1a7b6), deep blush (#e07b9d), mulberry (#c55e8e) and vin rouge (#a2446e).
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 Azalea Shades palette
💻 Azalea Shades color palette CSS
/* CSS */
.color-1 {
color: #f7cadb;
}
.color-2 {
color: #f1a7b6;
}
.color-3 {
color: #e07b9d;
}
.color-4 {
color: #c55e8e;
}
.color-5 {
color: #a2446e;
}
/* CSS Variables */
:root {
--color-1: #f7cadb;
--color-2: #f1a7b6;
--color-3: #e07b9d;
--color-4: #c55e8e;
--color-5: #a2446e;
}
🌈 Azalea Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7cadb, #f1a7b6, #e07b9d, #c55e8e, #a2446e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7cadb, #f1a7b6, #e07b9d, #c55e8e, #a2446e);
}
🔗 Explore similar color palettes
Azalea Shades color palette created on .