Bleached Ivory Color Palette

Discover the beautiful Bleached Ivory color palette featuring quarter spanish white (#f8f2e2), bone (#e5d7c2), akaroa (#d4b7a1), old rose (#c68e7b) and matrix (#a85c4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withIvory, Cream, Beige, Neutral, Earthy, Soft, Warm, Spring, Summer, Light 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 Bleached Ivory palette

Share this palette to:

💻 Bleached Ivory color palette CSS

/* CSS */
.color-1 {
color: #f8f2e2;
}
.color-2 {
color: #e5d7c2;
}
.color-3 {
color: #d4b7a1;
}
.color-4 {
color: #c68e7b;
}
.color-5 {
color: #a85c4d;
}

/* CSS Variables */
:root {
--color-1: #f8f2e2;
--color-2: #e5d7c2;
--color-3: #d4b7a1;
--color-4: #c68e7b;
--color-5: #a85c4d;
}

🌈 Bleached Ivory background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f2e2, #e5d7c2, #d4b7a1, #c68e7b, #a85c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f2e2, #e5d7c2, #d4b7a1, #c68e7b, #a85c4d);
}

Bleached Ivory color palette created on .