Azalea Bliss Color Palette
Discover the beautiful Azalea Bliss color palette featuring azalea (#f7c9db), kobi (#eab8d1), kobi (#e6a2b8), can can (#d58b9d) and contessa (#c76b82).
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 Bliss palette
💻 Azalea Bliss color palette CSS
/* CSS */
.color-1 {
color: #f7c9db;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #e6a2b8;
}
.color-4 {
color: #d58b9d;
}
.color-5 {
color: #c76b82;
}
/* CSS Variables */
:root {
--color-1: #f7c9db;
--color-2: #eab8d1;
--color-3: #e6a2b8;
--color-4: #d58b9d;
--color-5: #c76b82;
} 🌈 Azalea Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c9db, #eab8d1, #e6a2b8, #d58b9d, #c76b82);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c9db, #eab8d1, #e6a2b8, #d58b9d, #c76b82);
} 🔗 Explore similar color palettes
Azalea Bliss color palette created on .