Ivory Dreams Color Palette

Discover the beautiful Ivory Dreams color palette featuring linen (#fdfaf2), white (#ffffff), merino (#f7f1e8), merino (#f5efe5) and hint of red (#fdfcfc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, White, Light, Soft, Neutral, Bright, Elegant, 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 Ivory Dreams palette

Share this palette to:

💻 Ivory Dreams color palette CSS

/* CSS */
.color-1 {
color: #fdfaf2;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #f7f1e8;
}
.color-4 {
color: #f5efe5;
}
.color-5 {
color: #fdfcfc;
}

/* CSS Variables */
:root {
--color-1: #fdfaf2;
--color-2: #ffffff;
--color-3: #f7f1e8;
--color-4: #f5efe5;
--color-5: #fdfcfc;
}

🌈 Ivory Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfaf2, #ffffff, #f7f1e8, #f5efe5, #fdfcfc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfaf2, #ffffff, #f7f1e8, #f5efe5, #fdfcfc);
}

Ivory Dreams color palette created on .