Bella Color Palette

Discover the beautiful Bella color palette featuring vanilla ice (#f2dae8), azalea (#fadadc), givry (#f9dcc7), champagne (#f9ecc7) and jagged ice (#bbe4db).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Green, Light, Pastel, Peach, Pink, Soft, Spring, Warm 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 Bella palette

Share this palette to:

💻 Bella color palette CSS

/* CSS */
.color-1 {
color: #f2dae8;
}
.color-2 {
color: #fadadc;
}
.color-3 {
color: #f9dcc7;
}
.color-4 {
color: #f9ecc7;
}
.color-5 {
color: #bbe4db;
}

/* CSS Variables */
:root {
--color-1: #f2dae8;
--color-2: #fadadc;
--color-3: #f9dcc7;
--color-4: #f9ecc7;
--color-5: #bbe4db;
}

🌈 Bella background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2dae8, #fadadc, #f9dcc7, #f9ecc7, #bbe4db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2dae8, #fadadc, #f9dcc7, #f9ecc7, #bbe4db);
}

Bella color palette created on .