Ivory Elegance Color Palette

Discover the beautiful Ivory Elegance color palette featuring spring wood (#f9f6f1), dust storm (#e4d4c8), akaroa (#d6b9a8), quicksand (#c19a8a) and toast (#a67a64).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Earthy, Light, Soft 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 Ivory Elegance palette

Share this palette to:

💻 Ivory Elegance color palette CSS

/* CSS */
.color-1 {
color: #f9f6f1;
}
.color-2 {
color: #e4d4c8;
}
.color-3 {
color: #d6b9a8;
}
.color-4 {
color: #c19a8a;
}
.color-5 {
color: #a67a64;
}

/* CSS Variables */
:root {
--color-1: #f9f6f1;
--color-2: #e4d4c8;
--color-3: #d6b9a8;
--color-4: #c19a8a;
--color-5: #a67a64;
}

🌈 Ivory Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f6f1, #e4d4c8, #d6b9a8, #c19a8a, #a67a64);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f6f1, #e4d4c8, #d6b9a8, #c19a8a, #a67a64);
}

Ivory Elegance color palette created on .