Apple Bloom Color Palette

Discover the beautiful Apple Bloom color palette featuring azalea (#f9d4d2), wewak (#f2a1a2), deep blush (#e85e8a), cadillac (#aa5071) and finn (#6b2e4f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Red, Spring, Bright, Soft, Modern, Light, Vibrant color palettes and combinations.

💡 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 Apple Bloom palette

Share this palette to:

💻 Apple Bloom color palette CSS

/* CSS */
.color-1 {
color: #f9d4d2;
}
.color-2 {
color: #f2a1a2;
}
.color-3 {
color: #e85e8a;
}
.color-4 {
color: #aa5071;
}
.color-5 {
color: #6b2e4f;
}

/* CSS Variables */
:root {
--color-1: #f9d4d2;
--color-2: #f2a1a2;
--color-3: #e85e8a;
--color-4: #aa5071;
--color-5: #6b2e4f;
}

🌈 Apple Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d4d2, #f2a1a2, #e85e8a, #aa5071, #6b2e4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d4d2, #f2a1a2, #e85e8a, #aa5071, #6b2e4f);
}

Apple Bloom color palette created on .